加入分享

更改为订单商城
This commit is contained in:
Mr-Wong-Git
2025-08-07 16:20:58 +08:00
parent 160c1b9b4d
commit be03e00481
34 changed files with 1607 additions and 1601 deletions

View File

@@ -195,7 +195,7 @@
if (!Number(this.page.number) > 0) {
this.shortToast('请输入要定制几份云菜窖')
this.shortToast('请输入要定制几份订单商城')
return
}

View File

@@ -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
}