From e7cdf8dd1bed6bab1aa31b6fe19264852dc10461 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Sun, 7 May 2023 13:33:16 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=20=20=20=20=20-=20=E4=BF=AE=E6=94=B9=20=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=E6=97=B6=E6=96=87?= =?UTF-8?q?=E5=AD=97=20=E2=80=9C=E6=82=A8=E5=8F=96=E6=B6=88=E4=BA=86?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- src/config/models.js | 2 +- src/views/package-buy/index.vue | 5 +++-- src/views/package-list/index.vue | 6 +++--- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0c1b2bb..7d75980 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -405,4 +405,11 @@ fix `2023.4.28` fix - packageBuy - - 修复 判断套餐ID类型异常导致下单失败的问题 \ No newline at end of file + - 修复 判断套餐ID类型异常导致下单失败的问题 + + +## v1.0.49 +`2023.5.7` +update +- 微信支付 + - 修改 取消微信支付时文字 “您取消了支付” \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index ecd8db9..6837510 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.48F'; //版本号 +export const VERSION_MODEL = '1.0.49F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/package-buy/index.vue b/src/views/package-buy/index.vue index 6307608..1b20390 100644 --- a/src/views/package-buy/index.vue +++ b/src/views/package-buy/index.vue @@ -1,7 +1,7 @@ @@ -374,8 +374,9 @@ export default { }); } } else { + let cancelMessage = packageType === 1 ? '立即订购': '套餐订购' that.$dialog.confirm({ - message: "您取消了支付", + message: `请点击“${cancelMessage}”支付`, showCancelButton: false }); } diff --git a/src/views/package-list/index.vue b/src/views/package-list/index.vue index 6c6d90b..8c7d26f 100644 --- a/src/views/package-list/index.vue +++ b/src/views/package-list/index.vue @@ -1,7 +1,7 @@ @@ -425,7 +425,7 @@ export default { // 用户取消支付 that.$dialog.confirm({ title: "温馨提示", - message: "您取消了支付", + message: "请点击“ 一键办理”支付", showCancelButton: false }); console.log("用户取消了支付::", err); @@ -471,7 +471,7 @@ export default { }); } else { that.$dialog.confirm({ - message: "您取消了支付", + message: "请点击“ 第一步:充值话费”支付", showCancelButton: false }); }