From d0bbc2d509c7d256dd491355c0e8d6961e76302b Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 27 Dec 2023 13:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=A3=85=E8=BD=A6=E5=88=86?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/host.js | 4 ++-- .../pages/DeliveryCustomerScan/DeliveryCustomerScan.vue | 2 +- unpackage/dist/dev/mp-weixin/config/host.js | 2 +- .../pages/DeliveryCustomerScan/DeliveryCustomerScan.js | 2 +- unpackage/dist/dev/mp-weixin/project.config.json | 7 ++++--- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/config/host.js b/config/host.js index 800f26d..1a94849 100644 --- a/config/host.js +++ b/config/host.js @@ -10,14 +10,14 @@ // zhy // const devhost = 'http://192.168.10.48:13000/' // tjj -const devhost = 'http://192.168.10.25:13000/' +// const devhost = 'http://192.168.10.25:13000/' // cyz // const devhost = 'http://192.168.10.75:8777/' // const devhost = 'http://192.168.6.141:8777/' // 正式 // const devhost = 'http://h5uapi.huitongys.com/' // 小程序 -// const devhost = 'https://h5uapi.huitongys.com/' +const devhost = 'https://h5uapi.huitongys.com/' // cg // const devhost = 'http://192.168.10.200:13000/' /** diff --git a/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue b/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue index 3d6d8a9..5c5e279 100644 --- a/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue +++ b/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue @@ -293,7 +293,7 @@ let response = await deliverycustom(data) if (response.code !== 200) return console.log('response', response) - details.datalist = response.data.records + details.datalist = response.data } catch (e) { //TODO handle the exception } finally { diff --git a/unpackage/dist/dev/mp-weixin/config/host.js b/unpackage/dist/dev/mp-weixin/config/host.js index 26fc721..e57e12d 100644 --- a/unpackage/dist/dev/mp-weixin/config/host.js +++ b/unpackage/dist/dev/mp-weixin/config/host.js @@ -1,5 +1,5 @@ "use strict"; -const devhost = "http://192.168.10.25:13000/"; +const devhost = "https://h5uapi.huitongys.com/"; const imghost = ""; const host = devhost; const APPKEY = "h5u:h5u_secret"; diff --git a/unpackage/dist/dev/mp-weixin/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.js b/unpackage/dist/dev/mp-weixin/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.js index fca25ab..3978b81 100644 --- a/unpackage/dist/dev/mp-weixin/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.js +++ b/unpackage/dist/dev/mp-weixin/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.js @@ -102,7 +102,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({ if (response.code !== 200) return; console.log("response", response); - details.datalist = response.data.records; + details.datalist = response.data; } catch (e) { } finally { return null; diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json index 679d8cb..a902a78 100644 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ b/unpackage/dist/dev/mp-weixin/project.config.json @@ -6,7 +6,7 @@ }, "setting": { "urlCheck": false, - "es6": false, + "es6": true, "postcss": false, "minified": true, "newFeature": true, @@ -17,11 +17,12 @@ "ignore": [], "disablePlugins": [], "outputPath": "" - } + }, + "enhance": true }, "compileType": "miniprogram", "libVersion": "3.1.2", - "appid": "wxedb0d10ea46a0113", + "appid": "wx35c7fb77840097de", "projectname": "货无忧", "condition": { "search": {