|
@@ -123,7 +123,7 @@
|
|
|
@click="
|
|
|
() => {
|
|
|
active = 0;
|
|
|
- tabQuery.subject =1
|
|
|
+ tabQuery.subject = 1;
|
|
|
}
|
|
|
"
|
|
|
class="subject-tabs"
|
|
@@ -135,7 +135,7 @@
|
|
|
@click="
|
|
|
() => {
|
|
|
active = 1;
|
|
|
- tabQuery.subject =4
|
|
|
+ tabQuery.subject = 4;
|
|
|
}
|
|
|
"
|
|
|
class="subject-tabs"
|
|
@@ -150,14 +150,13 @@
|
|
|
@scrolltoupper="
|
|
|
() => {
|
|
|
active = 0;
|
|
|
- tabQuery.subject =1
|
|
|
-
|
|
|
+ tabQuery.subject = 1;
|
|
|
}
|
|
|
"
|
|
|
@scrolltolower="
|
|
|
() => {
|
|
|
active = 1;
|
|
|
- tabQuery.subject =4
|
|
|
+ tabQuery.subject = 4;
|
|
|
}
|
|
|
"
|
|
|
scroll-with-animation
|
|
@@ -217,7 +216,7 @@
|
|
|
|
|
|
<!-- #endif -->
|
|
|
|
|
|
- <view class="splitLine"> </view>
|
|
|
+ <!-- <view class="splitLine"> </view>
|
|
|
<view v-if="tabQuery.name !== '教学视频'" class="two">
|
|
|
<view
|
|
|
@click="
|
|
@@ -244,7 +243,7 @@
|
|
|
>考前秘籍 直击考点</text
|
|
|
>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- <view v-if="active == 0 || active == 3">
|
|
|
<van-cell
|
|
|
v-if="active == 0"
|
|
@@ -291,8 +290,6 @@ import tabRight from "./components/tabRight.vue";
|
|
|
import TabCenter from "./components/tabCenter.vue";
|
|
|
import VideoListBox from "./components/videoListBox.vue";
|
|
|
import userInfoHead from "./components/userInfoHead.vue";
|
|
|
-import freeUseBg from "@/assets/img/freeUseBg.png";
|
|
|
-import newRulesBg from "@/assets/img/newRulesPaperBg.png";
|
|
|
import utils from "@/utils/index";
|
|
|
import api from "@/api";
|
|
|
import subjectVideoSelect from "./components/subjectVideoSelect.vue";
|
|
@@ -313,8 +310,6 @@ export default {
|
|
|
data: () => ({
|
|
|
userInfoAuthVisible: false,
|
|
|
xcx_video_open: 0,
|
|
|
- freeUseBg,
|
|
|
- newRulesBg,
|
|
|
subjectMap: ["科目一", "科目二", "科目三", "科目四"],
|
|
|
recomVideos0: [],
|
|
|
recomVideos3: [],
|
|
@@ -378,9 +373,9 @@ export default {
|
|
|
path: "/otherPages/classifyKind/index",
|
|
|
},
|
|
|
{
|
|
|
- img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/realExaminationRoomSimulation@2x.png",
|
|
|
- text: "真实考场模拟",
|
|
|
- path: "/pages/extraHorWeb/index",
|
|
|
+ img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/newRulesPaper@2x.png",
|
|
|
+ text: "新规秘卷",
|
|
|
+ path: "/otherPages/selectRulePaper/index",
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -436,9 +431,9 @@ export default {
|
|
|
path: "/otherPages/classifyKind/index",
|
|
|
},
|
|
|
{
|
|
|
- img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/realExaminationRoomSimulation@2x.png",
|
|
|
- text: "真实考场模拟",
|
|
|
- path: "/pages/extraHorWeb/index",
|
|
|
+ img: "https://ct.zzxcx.net/ctjk/mp-wx/carVideo/newRulesPaper@2x.png",
|
|
|
+ text: "新规秘卷",
|
|
|
+ path: "/otherPages/selectRulePaper/index",
|
|
|
},
|
|
|
|
|
|
{
|