@@ -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 | |||
}); | |||
} | |||
} | |||