|
@@ -227,7 +227,7 @@ export default {
|
|
payHttpUrl: '',
|
|
payHttpUrl: '',
|
|
mbOrderId: 0, // 支付记录订单Id
|
|
mbOrderId: 0, // 支付记录订单Id
|
|
modal: false,
|
|
modal: false,
|
|
- contentModalText: '本次支付金额已超出微信支付限额,请输入小于5千的金额。', //操作文字提示语句
|
|
|
|
|
|
+ contentModalText: '本次支付金额已超出微信支付限额,请输入小于20万的金额。', //操作文字提示语句
|
|
modalButton: [
|
|
modalButton: [
|
|
{
|
|
{
|
|
text: '知道了',
|
|
text: '知道了',
|
|
@@ -431,7 +431,7 @@ export default {
|
|
},
|
|
},
|
|
async MiniWxPayFor() {
|
|
async MiniWxPayFor() {
|
|
// 微信支付
|
|
// 微信支付
|
|
- if (this.payAmount > 5000) {
|
|
|
|
|
|
+ if (this.payAmount > 200000) {
|
|
this.modal = true
|
|
this.modal = true
|
|
return
|
|
return
|
|
}
|
|
}
|