Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

tanxue 4 vuotta sitten
vanhempi
commit
2b2e455ac0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      pages/courseware/index.vue

+ 1 - 0
pages/courseware/index.vue

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