浏览代码

feat:订单列表支付BUG修改

zhanghui 2 年之前
父节点
当前提交
d02daeb00e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/order/index.vue

+ 1 - 1
pages/order/index.vue

@@ -429,7 +429,7 @@
 				// 	return
 				// }
 
-				if (this.userInfo.balance*1 < this.payAmount*1){
+				if (this.userInfo.balance*1 < this.payAmount*1 && num == 1){
 					uni.$u.toast('余额不足')
 					return
 				}