Browse Source

确认订单优化

master
Enzo 4 years ago
parent
commit
edd8009e65
  1. 4
      pages/order/confirm-order.vue

4
pages/order/confirm-order.vue

@ -175,6 +175,10 @@
}); });
}, },
submit(){ submit(){
if(this.total() == 0) {
this.num = 1
return this.$msg('商品数量格式不对!');
}
if(this.ifchoose == true) { if(this.ifchoose == true) {
if(!this.ifPay) return; if(!this.ifPay) return;
this.ifPay = false; this.ifPay = false;

Loading…
Cancel
Save