瀏覽代碼

添加注释

lifanagju_citu 11 月之前
父節點
當前提交
b1de91c68c
共有 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()
 autoTimer()
 const loginUserPhone = localStorage.getItem('loginUserPhone') || '13229740091'
 const loginUserPhone = localStorage.getItem('loginUserPhone') || '13229740091'
 const loginData = reactive({
 const loginData = reactive({
-  phone: loginUserPhone, // 13229740091小梅 // 15775026250 瑞森
+  phone: loginUserPhone, // 13229740091 小梅 // 15775026250 瑞森
   code: '123456'
   code: '123456'
 })
 })