From 61c812935b0e39c38c6acbf68369f0ac9bdc9bf6 Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Tue, 17 Jan 2023 11:33:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=8B=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=BF=94=E5=9B=9E=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 46 +++---- pages/account/deleteCount.vue | 2 - pages/account/deleteOk.vue | 10 +- pages/account/index.vue | 15 ++- pages/login/index.vue | 242 ++++++++++++++++++++-------------- pages/order/confirmation.vue | 1 - 6 files changed, 180 insertions(+), 136 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 4bbcf3c..f3a5ba7 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -1,24 +1,26 @@ -{ // 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" - }, - "h5" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "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" + }, + "h5" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "type" : "uniCloud" + }, + { + "playground" : "custom", + "type" : "uni-app:app-ios" + } ] } diff --git a/pages/account/deleteCount.vue b/pages/account/deleteCount.vue index 7fbb624..1751c4e 100644 --- a/pages/account/deleteCount.vue +++ b/pages/account/deleteCount.vue @@ -67,7 +67,6 @@ }) }, deleteuserinfo(){ - uni.showModal({ title: 'Confirm Delet?', cancelText: "cancel", // 取消按钮的文字 @@ -110,7 +109,6 @@ }, onShow() { let user = uni.getStorageInfoSync('user_info') - console.log(user) this.getuserinfo() } } diff --git a/pages/account/deleteOk.vue b/pages/account/deleteOk.vue index 2a7ada7..79b65a4 100644 --- a/pages/account/deleteOk.vue +++ b/pages/account/deleteOk.vue @@ -1,11 +1,11 @@