refactor(custom): 完善活动页细节
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-20 18:31:34 +08:00
parent b20930f516
commit e55cc6c9e0
2 changed files with 61 additions and 36 deletions

View File

@@ -95,11 +95,10 @@ Taro.useReachBottom(() => {
});
const toPay = async item => {
console.log(item);
const tk = Taro.getStorageSync('token');
if (!tk) {
Taro.navigateTo({
url: '/pages/users/login/index',
url: '/pages/users/login/index?isBack=1',
});
return;
}