调色调

This commit is contained in:
zdx
2020-12-31 13:53:40 +08:00
parent 8456cf27be
commit 923e648a82
9 changed files with 22 additions and 14 deletions

View File

@@ -5,5 +5,15 @@ Page({
title: '正在完善,看看其他的吧',
icon: 'none'
})
},
// 退出登录
loginOut() {
wx.clearStorage({
success: (res) => {
wx.reLaunch({
url: '/pages/welcome/index',
})
},
})
}
})