|
|
@@ -1,7 +1,7 @@ |
|
|
|
<!-- |
|
|
|
* @Date: 2022-03-29 16:57:58 |
|
|
|
* @LastEditors: JinxChen |
|
|
|
* @LastEditTime: 2023-04-08 22:05:03 |
|
|
|
* @LastEditTime: 2023-04-14 10:25:19 |
|
|
|
* @FilePath: \TelpoH5FrontendWeb\src\views\package-list\index.vue |
|
|
|
* @description: TODO 小台风充值h5 |
|
|
|
--> |
|
|
@@ -362,8 +362,14 @@ export default { |
|
|
|
this.wxPay(orderData); |
|
|
|
}, 1000); |
|
|
|
} else if (res.data.code === 104) { |
|
|
|
this.$dialog.confirm({ |
|
|
|
message: `${res.data.message}` |
|
|
|
return this.$dialog.confirm({ |
|
|
|
message: `${res.data.message}`, |
|
|
|
showCancelButton: false |
|
|
|
}) |
|
|
|
} else if ( res.data.code !== 0){ |
|
|
|
return this.$dialog.confirm({ |
|
|
|
message: `${res.data.message}`, |
|
|
|
showCancelButton: false |
|
|
|
}) |
|
|
|
} |
|
|
|
let that = this; |
|
|
|