浏览代码

Merge remote-tracking branch 'origin/master'

tanxue 4 年之前
父节点
当前提交
2b2e455ac0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/courseware/index.vue

+ 1 - 0
pages/courseware/index.vue

@@ -565,6 +565,7 @@
       // 验证码
       // 验证码
       checkVerification() {
       checkVerification() {
         if (this.sliderData.appkey === undefined) {
         if (this.sliderData.appkey === undefined) {
+          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=>{