@@ -136,11 +136,11 @@
text-align: right;
}
&.pp{
- flex: 2;
+ flex: 3;
color: $text-color;
&.tt{
- flex: 5;
+ flex: 4;
color: #999999;
@@ -243,7 +243,7 @@
this.$util.msg('请输入本次支付的金额',2000)
return
- if(this.payAmount <=10){
+ if(this.payAmount <=12){
this.$util.msg('网银支付的金额必须大于¥12.00',2000)