@@ -287,7 +287,7 @@
},
// 续费
renewFn() {
- location.href = `${window.location.protocol}//www.${this.$constant.firstHost}.com/#/?payMerchantId=${this.userInfo.extend.merchantId}&pay=1`
+ location.href = `${window.location.protocol}//www.${this.$constant.firstHost}.com/#/?merchantId=${this.userInfo.extend.merchantId}&pay=1`
}