Browse Source

登录功能

Zhangbw 3 tháng trước cách đây
mục cha
commit
e04922bb0f
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      dist/dev/mp-weixin/pages/index/index.js
  2. 0 1
      src/pages/index/index.vue

+ 0 - 1
dist/dev/mp-weixin/pages/index/index.js

@@ -77,7 +77,6 @@ const _sfc_main = {
     };
     const closePhoneAuth = () => {
       showPhoneAuth.value = false;
-      tempUserInfo.value = null;
     };
     const onKeywordChange = (e) => {
       const value = e.detail.value;

+ 0 - 1
src/pages/index/index.vue

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