This commit is contained in:
Weilanwl
2019-01-14 00:13:11 +08:00
parent ce03caafeb
commit 7a049d3e48
3 changed files with 2 additions and 13 deletions

View File

@@ -1459,6 +1459,7 @@ button.icon.lg {
.cu-list.menu {
display: block;
overflow: hidden;
}
.cu-list+.cu-list {

View File

@@ -13,19 +13,6 @@ Page({
{ title: '加载', name: 'loading', color: 'green', icon: 'loading2' },
],
},
onLoad() {
let that = this;
// 获取用户信息
wx.getSetting({
success: res => {
if (!res.authSetting['scope.userInfo']) {
wx.redirectTo({
url: '/pages/auth/auth'
})
}
}
})
},
showModal(e) {
this.setData({
modalName: e.currentTarget.dataset.target

View File

@@ -1459,6 +1459,7 @@ button.icon.lg {
.cu-list.menu {
display: block;
overflow: hidden;
}
.cu-list+.cu-list {