diff --git a/pages/home/cloudCard2.vue b/pages/home/cloudCard2.vue index 61c7639..96dbe65 100644 --- a/pages/home/cloudCard2.vue +++ b/pages/home/cloudCard2.vue @@ -499,8 +499,8 @@ settlement() { // 支付 - if (this.page.weight < 20) { - this.shortToast('满200斤才可定制云菜窖哦,请继续选菜吧。') + if (this.page.weight < parseInt(this.data.brandVos[this.selectIndex2].qssl)) { + this.shortToast('满' + this.data.brandVos[this.selectIndex2].qssl + '斤才可定制云菜窖哦,请继续选菜吧。') return }