소스 검색

修改工具点击旁边不打开问题及样式问题

zengyicheng 1 년 전
부모
커밋
e627037d03

+ 2 - 4
src/components/pages/addCourse.vue

@@ -7218,10 +7218,8 @@ export default {
 
       if(i == 69){
         if (
-          this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
-            .toolChoose[toolIndex].englishList.engTitle == "" ||
-          this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
-            .toolChoose[toolIndex].englishList.englishText == ""
+          !this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+            .toolChoose[toolIndex].englishList
         ) {
           this.openTools(itemTaskIndex, 69, toolIndex);
           return;

+ 2 - 2
src/components/pages/components/englishRight.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="englishBox">
     <div class="themeTitle">
-      <div>作文题目*</div>
+      <div>作文题目<span style="color: red;">*</span></div>
       <div>
         <el-input
           v-model="engList.engTitle"
@@ -11,7 +11,7 @@
       </div>
     </div>
     <div class="themeText">
-      <div>作文要求*</div>
+      <div>作文要求<span style="color: red;">*</span></div>
       <div>
         <editor-bar
           placeholder="请填写作文要求"

+ 2 - 4
src/components/pages/easy/addCourse.vue

@@ -7809,10 +7809,8 @@ export default {
 
       if(i == 69){
         if (
-          this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
-            .toolChoose[toolIndex].englishList.engTitle == "" ||
-          this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
-            .toolChoose[toolIndex].englishList.englishText == ""
+          !this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+            .toolChoose[toolIndex].englishList
         ) {
           this.openTools(itemTaskIndex, 69, toolIndex);
           return;

+ 2 - 2
src/components/pages/easy/commpont/englishRight.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="englishBox">
     <div class="themeTitle">
-      <div>作文题目*</div>
+      <div>作文题目<span style="color: red;">*</span></div>
       <div>
         <el-input
           v-model="engList.engTitle"
@@ -11,7 +11,7 @@
       </div>
     </div>
     <div class="themeText">
-      <div>作文要求*</div>
+      <div>作文要求<span style="color: red;">*</span></div>
       <div>
         <editor-bar
           placeholder="请填写作文要求"

+ 2 - 4
src/components/pages/task/addCourse.vue

@@ -8136,10 +8136,8 @@ export default {
 
       if(i == 69){
         if (
-          this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
-            .toolChoose[toolIndex].englishList.engTitle == "" ||
-          this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
-            .toolChoose[toolIndex].englishList.englishText == ""
+          !this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
+            .toolChoose[toolIndex].englishList
         ) {
           this.openTools(itemTaskIndex, 69, toolIndex);
           return;

+ 2 - 2
src/components/pages/task/commpont/englishRight.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="englishBox">
     <div class="themeTitle">
-      <div>作文题目*</div>
+      <div>作文题目<span style="color: red;">*</span></div>
       <div>
         <el-input
           v-model="engList.engTitle"
@@ -11,7 +11,7 @@
       </div>
     </div>
     <div class="themeText">
-      <div>作文要求*</div>
+      <div>作文要求<span style="color: red;">*</span></div>
       <div>
         <editor-bar
           placeholder="请填写作文要求"