【移动端】个人资料页面调整

This commit is contained in:
洪树泽
2022-09-09 15:51:52 +08:00
parent 2f272503a6
commit 0a1cf3fb1a
2 changed files with 49 additions and 65 deletions

View File

@@ -136,12 +136,3 @@ export function uploadFile(path: any) {
})
})
}
export const getWxCode = (): Promise<void> => {
return new Promise((resolve, reject) => {
uni.login({
desc: '获取用户信息,完善用户资料',
success: (res: Event) => resolve(res.code)
})
})
}