调色调
This commit is contained in:
@@ -5,5 +5,15 @@ Page({
|
||||
title: '正在完善,看看其他的吧',
|
||||
icon: 'none'
|
||||
})
|
||||
},
|
||||
// 退出登录
|
||||
loginOut() {
|
||||
wx.clearStorage({
|
||||
success: (res) => {
|
||||
wx.reLaunch({
|
||||
url: '/pages/welcome/index',
|
||||
})
|
||||
},
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user