Explorar o código

feat:订单列表支付BUG修改

zhanghui %!s(int64=2) %!d(string=hai) anos
pai
achega
d02daeb00e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 				}