@@ -77,7 +77,6 @@ const _sfc_main = {
};
const closePhoneAuth = () => {
showPhoneAuth.value = false;
- tempUserInfo.value = null;
const onKeywordChange = (e) => {
const value = e.detail.value;
@@ -255,7 +255,6 @@ const onGetPhoneNumber = async (e) => {
// 关闭手机号授权弹窗
showPhoneAuth.value = false
- tempUserInfo.value = null
}