Pārlūkot izejas kodu

支付记录修改

zhengjinyi 3 gadi atpakaļ
vecāks
revīzija
44dd8a374b

+ 2 - 2
components/cm-module/orderDetails/paymentRecord.vue

@@ -136,11 +136,11 @@
 							text-align: right;
 						}
 						&.pp{
-							flex: 2;
+							flex: 3;
 							color: $text-color;
 						}
 						&.tt{
-							flex: 5;
+							flex: 4;
 							color: #999999;
 						}
 					}

+ 1 - 1
pages/user/order/order-pay.vue

@@ -243,7 +243,7 @@
 					this.$util.msg('请输入本次支付的金额',2000)
 					return
 				}
-				if(this.payAmount <=10){
+				if(this.payAmount <=12){
 					this.$util.msg('网银支付的金额必须大于¥12.00',2000)
 					return
 				}