Merge branch 'master' of http://gitea.yxtsoft.com/lipinka/yxt-yythmall-ui-miniprogram
This commit is contained in:
@@ -134,7 +134,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="color: #888;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
|
<view style="color: #888;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
|
||||||
,100起订,200斤以上免配送费</view>
|
,{{data.brandVos[selectIndex2].qssl}}起订,200斤以上免配送费</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -499,8 +499,8 @@
|
|||||||
settlement() {
|
settlement() {
|
||||||
// 支付
|
// 支付
|
||||||
|
|
||||||
if (this.page.weight < 20) {
|
if (this.page.weight < parseInt(this.data.brandVos[this.selectIndex2].qssl)) {
|
||||||
this.shortToast('满200斤才可定制云菜窖哦,请继续选菜吧。')
|
this.shortToast('满' + this.data.brandVos[this.selectIndex2].qssl + '斤才可定制云菜窖哦,请继续选菜吧。')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user