新增专区,调整分页bug

This commit is contained in:
2024-09-05 14:05:14 +08:00
parent b990456593
commit 9a6c4d30f4
24 changed files with 448 additions and 9 deletions

View File

@@ -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;