From 69f367ae626d0a1751a1760f5383e907d45b327d Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Thu, 6 Apr 2023 10:21:26 +0800 Subject: [PATCH 1/3] change field --- src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue b/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue index 60a6c9e..9b6ae9e 100644 --- a/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue +++ b/src/subpackage/blacklist/pages/abnormal_list/abnormal_list.vue @@ -36,7 +36,7 @@ 验证方式:{{ e.verify_desc || '-' }} - 核销时间:{{ e.verify_leave_time || '-' }} + 核销时间:{{ e.verify_time || '-' }} 抓拍图片: From 8d13e26e918b80e0cf1b0c538460924bb520b2b9 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Sat, 6 May 2023 15:52:04 +0800 Subject: [PATCH 2/3] add digit && vtest 1.1.35 --- src/pages/site/confirm/confirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/site/confirm/confirm.vue b/src/pages/site/confirm/confirm.vue index b2f5411..d842700 100644 --- a/src/pages/site/confirm/confirm.vue +++ b/src/pages/site/confirm/confirm.vue @@ -40,7 +40,7 @@ * 收取金额 - + From fdd194932d409b91a0c578b1c08b6097d5b949a4 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Thu, 11 May 2023 16:35:07 +0800 Subject: [PATCH 3/3] v1.1.35 formal --- src/js/api.js | 4 ++-- src/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/api.js b/src/js/api.js index 555181e..daecf1c 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,5 +1,5 @@ -export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 -// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 +// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 +export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 // export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试 diff --git a/src/manifest.json b/src/manifest.json index 01fc516..f4c24c3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -55,7 +55,7 @@ /* 快应用特有相关 */ "mp-weixin" : { /* 微信小程序特有相关 */ - "appid" : "wx7106e84614cf0060", + "appid" : "wxf1294b279ad1b845", "setting" : { "urlCheck" : false, "minified" : true