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

UI走查

parent 89fc2a16
......@@ -162,7 +162,7 @@ class _PlansCompareFeedItemViewState
baseText('¥${widget.plan.minPrice}-${widget.plan.maxPrice}',
13, Color(0xFFFF5963)),
baseText("指导价:¥${widget.plan.guidePrice}", 11,
Color(0xFF282828)),
Color(0xFF666666)),
],
),
],
......@@ -178,7 +178,7 @@ class _PlansCompareFeedItemViewState
_icon = _unchecked;
} else {
if (widget._setCompare.length == 2) {
NativeToast.showNativeToast("不许再选了两个够了!");
NativeToast.showNativeToast("请选择最多2个项目进行对比");
return;
}
_icon = _checked;
......
......@@ -5,8 +5,8 @@
class PlanOverViewBean {
int error;
String message;
Map extra;
Map errorExtra;
Null extra;
Null errorExtra;
UserType userType;
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