From 099f19e3611d61db8c105959b6e49103db80f861 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Wed, 9 Oct 2024 10:19:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=9A=90=E8=97=8F=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 6 ++++-- components/diy/diy.vue | 46 +++++++++++++++++++----------------------- pages/index/index.vue | 6 +++--- 3 files changed, 28 insertions(+), 30 deletions(-) diff --git a/App.vue b/App.vue index 1dc12c0e..e3a9bff7 100644 --- a/App.vue +++ b/App.vue @@ -7,10 +7,12 @@ data: { // 基础配置 // 数据接口请求地址 - request_url: 'http://shopxo.com/', + // request_url: 'http://shopxo.com/', + request_url:'https://new.shopxo.vip/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url: 'http://shopxo.com/', + // static_url: 'http://shopxo.com/', + static_url:'https://new.shopxo.vip/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/components/diy/diy.vue b/components/diy/diy.vue index ff4e7d16..04d22846 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -14,30 +14,30 @@ @@ -214,14 +214,10 @@ hack_reset: false, // 底部导航高度 footer_height_value: 0, - diy_key: '', }; }, watch: { propkey(val) { - this.setData({ - diy_key: val, - }); // 初始化 this.init(); }, diff --git a/pages/index/index.vue b/pages/index/index.vue index a34e83f3..86a19922 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -33,7 +33,7 @@ - + @@ -430,7 +430,7 @@ componentBindingList, componentMagicList, componentDiy, - componentChoiceLocation + componentChoiceLocation, }, onLoad(params) { @@ -699,7 +699,7 @@ // 搜索icon扫码事件 search_icon_event(e) { app.globalData.scan_handle(); - } + }, }, };