JXDS18FUJT 2 anni fa
parent
commit
6c82aef80f

+ 2 - 2
src/components/m-do-topic/m-do-topic.vue

@@ -607,7 +607,7 @@ export default {
         audio.play();
       }
       if (this.allowMemory) {
-        let key = `${this.query.cert}_${this.query.subject == 1 ? '科目一' : '科目四'}_${this.query.title}_${this.query.classIssueName ||
+        let key = `${uni.getStorageSync('userInfo').xcxOpenid}_${this.query.cert}_${this.query.subject == 1 ? '科目一' : '科目四'}_${this.query.title}_${this.query.classIssueName ||
           this.query.placeIssueName ||
           this.query.excellIssueName ||
           this.query.sequeIssueName}`
@@ -1059,7 +1059,7 @@ export default {
       title: "加载题目中",
     });
     //记忆题目
-    let key = `${this.query.cert}_${this.query.subject == 1 ? '科目一' : '科目四'}_${this.query.title}_${this.query.classIssueName ||
+    let key = `${uni.getStorageSync('userInfo').xcxOpenid}_${this.query.cert}_${this.query.subject == 1 ? '科目一' : '科目四'}_${this.query.title}_${this.query.classIssueName ||
       this.query.placeIssueName ||
       this.query.excellIssueName ||
       this.query.sequeIssueName}`

+ 1 - 1
src/pages/carVideo/components/tabCenter.vue

@@ -8,7 +8,7 @@
     >
       <image class="center-img" :src="item.img"></image>
    
-      <text  class="center-text">{{ item.text }}</text>
+    
     </view>
   </view>
 </template>

+ 4 - 4
src/pages/carVideo/index.vue

@@ -275,12 +275,12 @@ export default {
     centerList1: [
       {
         img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/selectedTestQuestions@2x.png",
-        text: "",
+        text: "精选练习",
         path: "/otherPages/classifyChoose/index",
       },
       {
         img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/simulationTestTopics@2x.png",
-        text: "",
+        text: "模拟考试",
         path: "/otherPages/beforeMockExam/index",
       },
     ],
@@ -333,12 +333,12 @@ export default {
     centerList4: [
       {
         img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/selectedTestQuestions@2x.png",
-        text: "",
+        text: "精选练习",
         path: "/otherPages/classifyChoose/index",
       },
       {
         img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/simulationTestTopics@2x.png",
-        text: "",
+        text: "模拟考试",
         path: "/otherPages/beforeMockExam/index",
       },
     ],