From 2a916c6ba74aeb2c4536eced42c5165c89a7d786 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 25 Feb 2022 17:56:08 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=A2=9E=E5=8A=A0=20=E9=9D=9E=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=AE=9D=E6=B5=8F=E8=A7=88=E7=8E=AF=E5=A2=83=E4=B8=8B?= =?UTF-8?q?=E6=89=AB=E7=A0=81=E5=88=87=E6=8D=A2=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=8F=90=E7=A4=BA=20-=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20android=E5=92=8Cios=E8=AE=BE=E5=A4=87=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=9D=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=20-=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20android=E8=AE=BE=E5=A4=87=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E7=B2=98=E8=B4=B4=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++-- src/App.vue | 8 ++--- src/config/models.js | 16 +++++++--- src/main.js | 7 +++-- src/utils/index.js | 31 ++++++++++++++++++- src/views/AliPayIndex.vue | 63 +++++++++++++++++++++++++++++++++++---- 6 files changed, 117 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 2868fee..a058952 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -27,6 +27,7 @@ npm run build - css类名: 小写驼峰 中间用 - 隔开 - js函数方法: 开头小写后面开头大写驼峰 - .vue 文件命名: 统一大写驼峰 +- 常量命名: 全部大写 以_拼接, 具体例子见: /src/config/models下的文件 ### git 提交规范 - feature 新增一个功能 @@ -53,4 +54,11 @@ build - 增加 环境设置脚本 - 增加 nginx.conf文件 fix -- 修复 路由history模式原因引起的页面空白的问题 \ No newline at end of file +- 修复 路由history模式原因引起的页面空白的问题 + +### v1.0.1 +`2022.02.25` +feature +- 增加 非支付宝浏览环境下扫码切换支付宝弹窗提示 +- 增加 android和ios设备支付宝下载链接 +- 增加 android设备复制粘贴下载链接功能 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 1b58adb..ef212b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@