Selaa lähdekoodia

邮箱和手机号的验证码倒计时分离

chenlei 4 kuukautta sitten
vanhempi
commit
09bb98c54a
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2 1
      README.md
  2. 1 0
      src/components/LoginPop.vue

+ 2 - 1
README.md

@@ -11,4 +11,5 @@ https://ybpc.hzinsights.com
 2. mac PC小程序尺寸 1024*720
 3. 微信扫码登录文档:https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html
 4. 向小程序发送的数据 {path:小程序对应页面路径,params:小程序页面所需要的参数,title:分享的标题,shareImg:分享的图片}
-5. 如果需要重写url可使用 history.replaceState
+5. 如果需要重写url可使用 history.replaceState
+6. 我这边首次运行时报错No known conditions for "./lib/locale/lang/zh-cn" entry in "element-plus" package,说是版本原因所以把App.vue的zhCn路径改为了"element-plus/es/locale/lang/zh-cn",如果你们有同样报错的话改回来就好

+ 1 - 0
src/components/LoginPop.vue

@@ -43,6 +43,7 @@ const typeChange=(e)=>{
     form.mobile=''
     form.code=''
     form.email=''
+    remainingTime.value = 0
     clearTimeout(sendCodeInterval)
     isSendCode.value=false
 }