From 8fb080363b2a8e65b547656a31ea31c15251c79c Mon Sep 17 00:00:00 2001 From: THK3121 Date: Sat, 1 Jul 2023 15:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=9E=81=E5=85=89=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/login/login_copy.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/users/login/login_copy.vue b/pages/users/login/login_copy.vue index 59ce9c5..bf0b973 100644 --- a/pages/users/login/login_copy.vue +++ b/pages/users/login/login_copy.vue @@ -232,7 +232,8 @@ - {{ copyright.status == -1 ? `${copyright.year} ${copyright.url}` : copyright.Copyright }} + {{ copyright.status == -1 ? `${copyright.year} ${copyright.url}` : copyright.Copyright }} + @@ -696,8 +697,8 @@ }); that.$store.commit("SETUID", data.user.uid); that.$store.commit('UPDATE_USERINFO', data.user); - - + + let method let indexPat = ['/pages/index/index', '/pages/order_addcart/order_addcart', '/pages/goods_cate/goods_cate', @@ -937,6 +938,7 @@ } }) } + // #ifdef APP-PLUS jpushModule.initJPushService() jpushModule.getRegistrationID(result => { if (result.registerID) { @@ -946,6 +948,8 @@ }) } }) + // #endif + } } }; @@ -972,6 +976,7 @@ } .ChangePassword .list .item { + width: 100%; height: 110rpx; border-bottom: 2rpx solid #f0f0f0;