瀏覽代碼

提示文字更换

tanxue 3 年之前
父節點
當前提交
5dc1815f29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/courseResource/index.vue

+ 1 - 1
pages/courseResource/index.vue

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