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;