lex-xin 5 лет назад
Родитель
Сommit
5dc1c8f84d

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/app.2d4c85ef99ae9996ee8d.js


+ 0 - 1
dist/css/CourseEvaluation.3321765b.css

@@ -1 +0,0 @@
-[data-v-1b7ec459] .van-cell-group{margin-top:.15rem}[data-v-1b7ec459] .van-cell-group /deep/ .van-cell{padding:.14rem .16rem}.title-item[data-v-1b7ec459]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.05rem 0}.title-item .text[data-v-1b7ec459]{margin-right:.15rem;font-size:.17rem;color:#1a1a1a}.title-item[data-v-1b7ec459] .van-rate{line-height:0}[data-v-1b7ec459] .van-cell__title{font-size:.17rem;color:#1a1a1a;-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1}[data-v-1b7ec459] .van-cell__value,[data-v-1b7ec459] .van-field__control{font-size:.17rem;color:#666;width:70%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.textarea[data-v-1b7ec459]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.textarea[data-v-1b7ec459] .van-cell__value{margin-top:.1rem;width:100%}.twoConnect[data-v-1b7ec459]{width:55%}[data-v-1b7ec459] .van-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}[data-v-1b7ec459] .van-radio-group /deep/ .van-radio{margin-left:.18rem}[data-v-1b7ec459] .van-radio__icon .van-icon{border-color:#aaa}[data-v-1b7ec459] .van-radio__icon--checked .van-icon{border-color:#14928a;background:#14928a}.button-group[data-v-1b7ec459]{margin:.3rem .26rem .2rem}.button-group .van-button--primary[data-v-1b7ec459]{background:#14928a;border:1px solid #14928a;font-size:.18rem}

+ 1 - 0
dist/css/CourseEvaluation.4bfb63cf.css

@@ -0,0 +1 @@
+[data-v-fce8670e] .van-cell-group{margin-top:.15rem}[data-v-fce8670e] .van-cell-group /deep/ .van-cell{padding:.14rem .16rem}.title-item[data-v-fce8670e]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.05rem 0}.title-item .text[data-v-fce8670e]{margin-right:.15rem;font-size:.17rem;color:#1a1a1a}.title-item[data-v-fce8670e] .van-rate{line-height:0}[data-v-fce8670e] .van-cell__title{font-size:.17rem;color:#1a1a1a;-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1}[data-v-fce8670e] .van-cell__value,[data-v-fce8670e] .van-field__control{font-size:.17rem;color:#666;width:70%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.textarea[data-v-fce8670e]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.textarea[data-v-fce8670e] .van-cell__value{margin-top:.1rem;width:100%}.twoConnect[data-v-fce8670e]{width:55%}[data-v-fce8670e] .van-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}[data-v-fce8670e] .van-radio-group /deep/ .van-radio{margin-left:.18rem}[data-v-fce8670e] .van-radio__icon .van-icon{border-color:#aaa}[data-v-fce8670e] .van-radio__icon--checked .van-icon{border-color:#14928a;background:#14928a}.button-group[data-v-fce8670e]{margin:.3rem .26rem .2rem}.button-group .van-button--primary[data-v-fce8670e]{background:#14928a;border:1px solid #14928a;font-size:.18rem}

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/index.html


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/js/CourseEvaluation.127c52ff.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
dist/js/CourseEvaluation.caae30bf.js


+ 6 - 7
src/views/audition/CourseEvaluation.vue

@@ -58,7 +58,6 @@
     </van-cell-group>
     <van-cell-group v-if="!isReset || (isReset && homeWork)">
       <van-field
-        required
         rows="4"
         class="textarea"
         :disabled="isReset"
@@ -219,12 +218,12 @@ export default {
         return;
       }
       // 判断是否是编辑
-      if(!this.isReset) {
-        if (!this.homeWork) {
-          this.$toast("请布置作业");
-          return;
-        }
-      }
+      // if(!this.isReset) {
+      //   if (!this.homeWork) {
+      //     this.$toast("请布置作业");
+      //     return;
+      //   }
+      // }
       
       if (!this.hasLiaison) {
         this.$toast("请勾选双向沟通");

Некоторые файлы не были показаны из-за большого количества измененных файлов