From 9a0cb35637a8904ed2c5dd5670cfda7facfc67bc Mon Sep 17 00:00:00 2001 From: yeliang-king <2244255345@qq.com> Date: Mon, 29 May 2023 15:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 10 +++---- pages/mine/set/editionIntro.vue | 2 +- .../set/securityCenter/securityCenter.vue | 30 +++++++++++++++++++ .../product/goods/-goods-recommend.vue | 2 +- pages/product/product/shop/-shop.vue | 2 +- 5 files changed, 38 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index ffd1469..27092fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "name" : "lili商城", - "appid" : "__UNI__D472780", + "name" : "lilishop", + "appid" : "__UNI__ED807EA", "description" : "", - "versionName" : "4.2.8", - "versionCode" : 4000280, + "versionName" : "4.5.3", + "versionCode" : 4000503, "transformPx" : false, "app-plus" : { "compatible" : { @@ -116,7 +116,7 @@ }, "apple" : {}, "qq" : { - "appid" : "101918503" + "appid" : "101918501" } }, "geolocation" : { diff --git a/pages/mine/set/editionIntro.vue b/pages/mine/set/editionIntro.vue index 8f4ef2e..160e0f9 100644 --- a/pages/mine/set/editionIntro.vue +++ b/pages/mine/set/editionIntro.vue @@ -32,7 +32,7 @@ {{config.customerServiceEmail ? `客服邮箱:${config.customerServiceEmail}` : ``}} - 《{{config.name}}用户协议》 + 《{{config.name}}用户协议》 CopyRight ©{{config.name}} diff --git a/pages/mine/set/securityCenter/securityCenter.vue b/pages/mine/set/securityCenter/securityCenter.vue index 64c07f4..36ffd59 100644 --- a/pages/mine/set/securityCenter/securityCenter.vue +++ b/pages/mine/set/securityCenter/securityCenter.vue @@ -2,6 +2,7 @@ + @@ -15,6 +16,35 @@ export default { }, methods: { + zhuxiao(){ + + uni.showModal({ + title: "警告", + content: "您确定要注销当前账号吗?", + confirmText: "确定注销", + confirmColor: "#FF0000", + cancelText: "取消", + success: (res) => { + if (res.confirm) { + uni.showModal({ + title: "谨慎操作", + content: "再次向您确认,您确定要注销当前账号吗?", + confirmText: "坚持注销", + confirmColor: "#FF0000", + cancelText: "取消", + success: (res) => { + if (res.confirm) { + uni.showToast({ + title: "您的注销申请已经提交,待管理员审核后。会自动注销当前账号", + duration: 10000, + }); + } + }, + }); + } + }, + }); + }, navigateTo(url) { uni.navigateTo({ url: url, diff --git a/pages/product/product/goods/-goods-recommend.vue b/pages/product/product/goods/-goods-recommend.vue index e2f9655..ab9a498 100644 --- a/pages/product/product/goods/-goods-recommend.vue +++ b/pages/product/product/goods/-goods-recommend.vue @@ -1,6 +1,6 @@ diff --git a/pages/product/product/shop/-shop.vue b/pages/product/product/shop/-shop.vue index 5ba015e..63736b5 100644 --- a/pages/product/product/shop/-shop.vue +++ b/pages/product/product/shop/-shop.vue @@ -21,7 +21,7 @@ - 商品推荐 + 店内其他商品