Skip to content

Commit 7a049d3

Browse files
committed
v2.0.5
1 parent ce03caa commit 7a049d3

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

demo/colorui.wxss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ button.icon.lg {
14591459

14601460
.cu-list.menu {
14611461
display: block;
1462+
overflow: hidden;
14621463
}
14631464

14641465
.cu-list+.cu-list {

demo/pages/basics/home/home.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@ Page({
1313
{ title: '加载', name: 'loading', color: 'green', icon: 'loading2' },
1414
],
1515
},
16-
onLoad() {
17-
let that = this;
18-
// 获取用户信息
19-
wx.getSetting({
20-
success: res => {
21-
if (!res.authSetting['scope.userInfo']) {
22-
wx.redirectTo({
23-
url: '/pages/auth/auth'
24-
})
25-
}
26-
}
27-
})
28-
},
2916
showModal(e) {
3017
this.setData({
3118
modalName: e.currentTarget.dataset.target

template/colorui.wxss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ button.icon.lg {
14591459

14601460
.cu-list.menu {
14611461
display: block;
1462+
overflow: hidden;
14621463
}
14631464

14641465
.cu-list+.cu-list {

0 commit comments

Comments
 (0)