Browse Source

手机号注释

lifanagju_citu 11 months ago
parent
commit
e4d8a75dd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/VerificationCode/index.vue

+ 1 - 1
src/components/VerificationCode/index.vue

@@ -116,7 +116,7 @@ const autoTimer = () => {
 autoTimer()
 autoTimer()
 const loginUserPhone = localStorage.getItem('loginUserPhone') || ''
 const loginUserPhone = localStorage.getItem('loginUserPhone') || ''
 const loginData = reactive({
 const loginData = reactive({
-  phone: loginUserPhone, // 13229740091
+  phone: loginUserPhone, // 13229740091小梅 // 15775026250 瑞森
   code: '' // 123456
   code: '' // 123456
 })
 })