浏览代码

commit - m 修改支付文案

zhengjinyi 3 年之前
父节点
当前提交
ca542518b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/user/order/order-pay.vue

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

@@ -198,7 +198,7 @@
 					return
 					return
 				}
 				}
 				if(this.payAmount <=10){
 				if(this.payAmount <=10){
-					this.$util.msg('企业网银支付的金额必须大于¥10.00',2000)
+					this.$util.msg('网银支付的金额必须大于¥10.00',2000)
 					return
 					return
 				}
 				}
 				this.PayService.PayOrderPayLink({unpaidAmount:this.payAmount,orderId:this.orderId,payType:this.payType}).then(response =>{
 				this.PayService.PayOrderPayLink({unpaidAmount:this.payAmount,orderId:this.orderId,payType:this.payType}).then(response =>{