Browse Source

修改 微信支付弹窗显示文字

feat
JinxChen 1 year ago
parent
commit
5fc70d6cd2
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/views/package-list/index.vue

+ 3
- 2
src/views/package-list/index.vue View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2022-03-29 16:57:58
* @LastEditors: JinxChen
* @LastEditTime: 2023-03-31 11:02:13
* @LastEditTime: 2023-03-31 11:21:02
* @FilePath: \TelpoH5FrontendWeb\src\views\package-list\index.vue
* @description: TODO 小台风充值h5
-->
@@ -444,7 +444,8 @@ export default {
});
} else {
that.$dialog.confirm({
content: "您取消了支付"
message: "您取消了支付",
showCancelButton: false
});
}
}


Loading…
Cancel
Save