소스 검색

提示文字更换

tanxue 3 년 전
부모
커밋
5dc1815f29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/courseResource/index.vue

+ 1 - 1
pages/courseResource/index.vue

@@ -541,7 +541,7 @@
       // 验证码
       checkVerification() {
         if (this.sliderData.appkey === undefined) {
-          this.$message.error('人机交互未通过');
+          this.$message.error('请先进行滑块校验');
           return;
         }
         this.$axios.$post(`/develop/exists`,{  phone: this.telChangeDate.tel}).then(res=>{