Commit 5c5b577c authored by youjie's avatar youjie

Revert "强制登录"

This reverts commit 0d4a170c.
parent 0d4a170c
<template> <template>
<div class="auth-page" v-if="setting&&setting.is_show_auth==1"> <div class="auth-page">
<u-popup <u-popup
v-model="showDialog" v-model="showDialog"
mode="center" mode="center"
...@@ -50,7 +50,6 @@ export default { ...@@ -50,7 +50,6 @@ export default {
showLogin: true, showLogin: true,
canIUseGetUserProfile: false, canIUseGetUserProfile: false,
msg: {}, msg: {},
setting: {},
}; };
}, },
created() { created() {
...@@ -65,9 +64,6 @@ export default { ...@@ -65,9 +64,6 @@ export default {
let y = this.pageinfo.hotspot_cancel; let y = this.pageinfo.hotspot_cancel;
this.sureStyle = `height:${x.height}rpx;width:${x.width}rpx;left:${x.left}rpx;top:${x.top}rpx;`; this.sureStyle = `height:${x.height}rpx;width:${x.width}rpx;left:${x.left}rpx;top:${x.top}rpx;`;
this.cancelStyle = `height:${y.height}rpx;width:${y.width}rpx;left:${y.left}rpx;top:${y.top}rpx;`; this.cancelStyle = `height:${y.height}rpx;width:${y.width}rpx;left:${y.left}rpx;top:${y.top}rpx;`;
let set = uni.getStorageSync("basedata") ?
uni.getStorageSync("basedata").mall.setting : {};
this.setting = set;
}, },
methods: { methods: {
getoldUser() { getoldUser() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment