@@ -1,7 +1,7 @@ | |||
<!-- | |||
* @Date: 2022-03-29 16:57:58 | |||
* @LastEditors: JinxChen | |||
* @LastEditTime: 2023-02-27 14:44:20 | |||
* @LastEditTime: 2023-02-27 18:25:19 | |||
* @FilePath: \TelpoH5FrontendWeb\src\views\package-list\index.vue | |||
* @description: TODO 小台风充值h5 | |||
--> | |||
@@ -375,6 +375,10 @@ export default { | |||
}) | |||
} else { | |||
this.packageIssue = 1; | |||
this.$dialog.confirm({ | |||
message: '微信支付在调整中,请选择其它支付方式', | |||
showCancelButton: false, | |||
}) | |||
// todo 暂时取消开放微信支付 | |||
//this.wxPay(data); | |||
console.log("openid为空"); | |||