加入分享
更改为订单商城
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
|
||||
|
||||
if (!Number(this.page.number) > 0) {
|
||||
this.shortToast('请输入要定制几份云菜窖')
|
||||
this.shortToast('请输入要定制几份订单商城')
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
style="display: flex;flex-direction: row;align-items: center; border-bottom: 1px #F0F0F0 solid;padding-top: 5px; padding-bottom: 5px;padding-left: 20px;">
|
||||
<view style="color: #888;font-size: 10px;">温馨提示:已定制了</view>
|
||||
<view style="color: #FF5006;font-size: 15px;">{{page.weight}}斤</view>
|
||||
<view style="color: #888;font-size: 10px;">,满200斤可定制云菜窖</view>
|
||||
<view style="color: #888;font-size: 10px;">,满200斤可定制订单商城</view>
|
||||
</view>
|
||||
|
||||
<view
|
||||
@@ -239,12 +239,12 @@
|
||||
// 支付
|
||||
|
||||
if (this.page.weight < 200) {
|
||||
this.shortToast('满200斤才可定制云菜窖哦,请继续选菜吧。')
|
||||
this.shortToast('满200斤才可定制订单商城哦,请继续选菜吧。')
|
||||
return
|
||||
}
|
||||
|
||||
if (!Number(this.page.number) > 0) {
|
||||
this.shortToast('请输入要定制几份云菜窖')
|
||||
this.shortToast('请输入要定制几份订单商城')
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user