From fd218fca369a99fc5d7354c4092fe96fe9e813f1 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Tue, 28 Feb 2023 16:16:17 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BC=80=E6=94=BE=20=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=94=AF=E4=BB=98=20-=20=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E5=85=A8=E9=A2=9D=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=8F=82=E6=95=B0=EF=BC=8C0=E8=A1=A8=E7=A4=BA=E5=85=A8?= =?UTF-8?q?=E9=A2=9D=EF=BC=8C12=E8=A1=A8=E7=A4=BA=E5=88=86=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++- src/config/appId.js | 13 +++++++++ src/config/models.js | 2 +- src/views/package-home/index.vue | 20 +++++++------ src/views/package-list/index.vue | 48 ++++++++++++++++++-------------- 5 files changed, 60 insertions(+), 32 deletions(-) create mode 100644 src/config/appId.js diff --git a/README.md b/README.md index 828f32c..d0597d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -227,3 +227,10 @@ update `2023.2.27` update - 优化 支付方式选择页面 + + +## v1.0.26 +`2023.2.28` +update +- 开放 微信支付 +- 修改 支付宝全额支付参数,0表示全额,12表示分期 \ No newline at end of file diff --git a/src/config/appId.js b/src/config/appId.js new file mode 100644 index 0000000..3dfd823 --- /dev/null +++ b/src/config/appId.js @@ -0,0 +1,13 @@ +/* + * @Date: 2022-03-19 19:57:20 + * @LastEditors: JinxChen + * @LastEditTime: 2022-10-12 16:50:09 + * @FilePath: \ParentWeb\src\config\appId.js + * @description: + */ +const AppId = process.env.NODE_ENV === 'production' ? + 'wx23f697736154110b' : + process.env.VUE_APP_BASE_API.indexOf('ai.ssjlai.com') > -1 ? + 'wx23f697736154110b': + /* 'wx785c95a3e7f46f72' */'wx5e26f0813859e5f6'; //wx5e26f0813859e5f6 2022.10.12 更改测试公众号 +export default AppId; \ No newline at end of file diff --git a/src/config/models.js b/src/config/models.js index 0ba8f08..db5f1e3 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.25F'; //版本号 +export const VERSION_MODEL = '1.0.26F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/', diff --git a/src/views/package-home/index.vue b/src/views/package-home/index.vue index 693298d..35218e4 100644 --- a/src/views/package-home/index.vue +++ b/src/views/package-home/index.vue @@ -1,12 +1,14 @@