更新:增加登录失败提示反馈问题;修改样式问题
This commit is contained in:
5
utils/index.ts
Normal file
5
utils/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const onPageJump = (path: string) => {
|
||||
uni.navigateTo({
|
||||
url: path
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user