Commit 15986f8f authored by 朱翠翠's avatar 朱翠翠

UI走查

parent 89fc2a16
...@@ -162,7 +162,7 @@ class _PlansCompareFeedItemViewState ...@@ -162,7 +162,7 @@ class _PlansCompareFeedItemViewState
baseText('¥${widget.plan.minPrice}-${widget.plan.maxPrice}', baseText('¥${widget.plan.minPrice}-${widget.plan.maxPrice}',
13, Color(0xFFFF5963)), 13, Color(0xFFFF5963)),
baseText("指导价:¥${widget.plan.guidePrice}", 11, baseText("指导价:¥${widget.plan.guidePrice}", 11,
Color(0xFF282828)), Color(0xFF666666)),
], ],
), ),
], ],
...@@ -178,7 +178,7 @@ class _PlansCompareFeedItemViewState ...@@ -178,7 +178,7 @@ class _PlansCompareFeedItemViewState
_icon = _unchecked; _icon = _unchecked;
} else { } else {
if (widget._setCompare.length == 2) { if (widget._setCompare.length == 2) {
NativeToast.showNativeToast("不许再选了两个够了!"); NativeToast.showNativeToast("请选择最多2个项目进行对比");
return; return;
} }
_icon = _checked; _icon = _checked;
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
class PlanOverViewBean { class PlanOverViewBean {
int error; int error;
String message; String message;
Map extra; Null extra;
Map errorExtra; Null errorExtra;
UserType userType; UserType userType;
PlanOverData data; PlanOverData data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment