Browse Source

动态限制 起订数量

master
wong1988 1 year ago
parent
commit
52d8c1e86a
  1. 4
      pages/home/cloudCard2.vue

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

Loading…
Cancel
Save