From a049d9905c4369b58680b3615f55d52adfc0b654 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Fri, 17 Mar 2023 17:39:03 +0800 Subject: [PATCH] =?UTF-8?q?2023-3-17=20=E6=B6=88=E6=81=AF=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallplusui-uniapp-app/.hbuilderx/launch.json | 32 +++--- mallplusui-uniapp-app/App.vue | 108 ++++++++++++++---- mallplusui-uniapp-app/common/api.js | 5 +- mallplusui-uniapp-app/manifest.json | 3 +- .../pages/index/messageList.vue | 17 ++- mallplusui-uniapp-app/pages/public/login.vue | 3 +- mallplusui-uniapp-app/pages/set/set.vue | 4 +- .../pagesA/product/product.vue | 74 ++++++------ mallplusui-uniapp-app/pagesU/user/forget.vue | 2 +- 9 files changed, 164 insertions(+), 84 deletions(-) diff --git a/mallplusui-uniapp-app/.hbuilderx/launch.json b/mallplusui-uniapp-app/.hbuilderx/launch.json index 582561b..4ccd172 100644 --- a/mallplusui-uniapp-app/.hbuilderx/launch.json +++ b/mallplusui-uniapp-app/.hbuilderx/launch.json @@ -1,16 +1,20 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } +{ + // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version" : "0.0", + "configurations" : [ + { + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "type" : "uniCloud" + }, + { + "playground" : "custom", + "type" : "uni-app:app-android" + } ] } diff --git a/mallplusui-uniapp-app/App.vue b/mallplusui-uniapp-app/App.vue index 1025e3a..c5fc4f2 100644 --- a/mallplusui-uniapp-app/App.vue +++ b/mallplusui-uniapp-app/App.vue @@ -1,4 +1,5 @@