动态限制 起订数量
This commit is contained in:
@@ -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