소스 검색

Merge branch 'deploy' of http://git.chelingzhu.com/chelingzhu-web/storeCheck-app into deploy

lilei 4 년 전
부모
커밋
5409bd112b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/login/forget-pass.vue

+ 1 - 1
pages/login/forget-pass.vue

@@ -170,7 +170,7 @@
 				  this.timer = setInterval(() => {
 				    if (this.count > 0 && this.count <= TIME_COUNT) {
 				      this.count--
-				      this.nowVal = this.count + 's'
+				      this.nowVal = this.count + 's后重发'
 				      this.isDisable = true
 				    } else {
 				      this.nowVal = '重新获取验证码'