更新验证码选择区号
This commit is contained in:
@@ -65,6 +65,12 @@ class _SleepViewWidgetState extends State<SleepViewWidget> {
|
||||
int minutes = time['minutes'];
|
||||
|
||||
List stages = widget.sleepReport['sleepData']['stages'];
|
||||
// showLabel.add({
|
||||
// "type": 6,
|
||||
// "name": "rem",
|
||||
// "color": "#FFC0CB",
|
||||
// });
|
||||
|
||||
return Container(
|
||||
width: double.infinity,
|
||||
decoration: BoxDecoration(
|
||||
@@ -95,7 +101,8 @@ class _SleepViewWidgetState extends State<SleepViewWidget> {
|
||||
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
|
||||
borderRadius: 0.rpx, // 圆形点击区域
|
||||
onTap: () {
|
||||
if (AppConstants().ent_type == APPPackageType.MHT.code) {
|
||||
if (AppConstants().ent_type ==
|
||||
APPPackageType.MHT.code) {
|
||||
showTipDialog(
|
||||
context,
|
||||
Container(
|
||||
|
||||
Reference in New Issue
Block a user