配送地址不支持配送优化

master
laiiihz 5 years ago
parent 422b83f0b4
commit e9afbb30ba

@ -199,7 +199,7 @@ class _GoodsOrderPageState extends BaseStoreState<GoodsOrderPage> {
), ),
SizedBox(height: rSize(16)), SizedBox(height: rSize(16)),
Text( Text(
'产品不支持配送到该地区', '不支持配送到该地区',
style: TextStyle( style: TextStyle(
color: AppColor.blackColor, color: AppColor.blackColor,
fontSize: rSP(12), fontSize: rSP(12),
@ -290,17 +290,17 @@ class _GoodsOrderPageState extends BaseStoreState<GoodsOrderPage> {
fontWeight: FontWeight.w300), fontWeight: FontWeight.w300),
), ),
), ),
Offstage( // Offstage(
offstage: !(_orderModel.data.addr.isDeliveryArea == 0), // offstage: !(_orderModel.data.addr.isDeliveryArea == 0),
child: Container( // child: Container(
margin: EdgeInsets.only(top: rSize(6)), // margin: EdgeInsets.only(top: rSize(6)),
child: Text( // child: Text(
"当前地址不支持快递发货", // "当前地址不支持快递发货",
style: AppTextStyle.generate(ScreenAdapterUtils.setSp(12), // style: AppTextStyle.generate(ScreenAdapterUtils.setSp(12),
color: Colors.red, fontWeight: FontWeight.w300), // color: Colors.red, fontWeight: FontWeight.w300),
), // ),
), // ),
), // ),
], ],
); );
} }

Loading…
Cancel
Save