refactor(custom): 完善活动页细节
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user