Browse Source

Merge branch 'feat' into develop

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


Loading…
Cancel
Save