feat(api): 添加广告模型状态字段并优化首页热销商品请求
- 在广告模型中新增 status 字段支持状态管理 - 首页热销商品接口请求新增 recommend 参数筛选推荐商品
This commit is contained in:
@@ -22,7 +22,7 @@ export function isGuest(): boolean {
|
||||
|
||||
export function goToRegister(options?: { redirect?: string }) {
|
||||
const redirect = options?.redirect ? `?redirect=${encodeURIComponent(options.redirect)}` : ''
|
||||
Taro.navigateTo({ url: `/passport/register${redirect}` })
|
||||
Taro.navigateTo({ url: `/passport/login${redirect}` })
|
||||
}
|
||||
|
||||
export function ensureLoggedIn(redirect?: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user