新增专区,调整分页bug
This commit is contained in:
@@ -269,9 +269,11 @@ Page({
|
||||
}
|
||||
if (!data?.length) {
|
||||
alertInfo("尚无信息")
|
||||
|
||||
setTimeout(() => {
|
||||
wx.clearStorageSync()
|
||||
wx.redirectTo({
|
||||
url: '/pages/handleLogin/index?back=false',
|
||||
url: '/pages/login/index',
|
||||
})
|
||||
}, 500)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user