소스 검색

手机号注释

lifanagju_citu 11 달 전
부모
커밋
e4d8a75dd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/VerificationCode/index.vue

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

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