优化跳转登录逻辑,退出登录,修改收据复制错误
This commit is contained in:
@@ -291,6 +291,13 @@ Page({
|
||||
alertInfo(message)
|
||||
return
|
||||
}
|
||||
if (!data?.length) {
|
||||
alertInfo("尚无信息")
|
||||
wx.redirectTo({
|
||||
url: '/pages/handleLogin/index',
|
||||
})
|
||||
return;
|
||||
}
|
||||
const [firstPark = {}] = data;
|
||||
const { park, tenement } = this.data;
|
||||
const updateDatas = {}
|
||||
|
Reference in New Issue
Block a user