|
@@ -155,7 +155,7 @@ import tabRight from "./components/tabRight.vue";
|
|
import TabCenter from "./components/tabCenter.vue";
|
|
import TabCenter from "./components/tabCenter.vue";
|
|
import VideoListBox from "./components/videoListBox.vue";
|
|
import VideoListBox from "./components/videoListBox.vue";
|
|
import userInfoHead from "./components/userInfoHead.vue";
|
|
import userInfoHead from "./components/userInfoHead.vue";
|
|
-import utils from '@/utils/index'
|
|
|
|
|
|
+import utils from "@/utils/index";
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
shortVideo,
|
|
shortVideo,
|
|
@@ -169,7 +169,10 @@ export default {
|
|
},
|
|
},
|
|
data: () => ({
|
|
data: () => ({
|
|
tabQuery: {
|
|
tabQuery: {
|
|
- carType: "liceCar",
|
|
|
|
|
|
+ liceCar: 1,
|
|
|
|
+ liceTruck: '',
|
|
|
|
+ liceBus: '',
|
|
|
|
+ liceMoto: '',
|
|
name: "科目一",
|
|
name: "科目一",
|
|
cert: "C1/C2/C3",
|
|
cert: "C1/C2/C3",
|
|
vehicle: "轿车",
|
|
vehicle: "轿车",
|
|
@@ -182,12 +185,12 @@ export default {
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/LocalTopics@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/LocalTopics@2x.png",
|
|
text: "地方专题",
|
|
text: "地方专题",
|
|
- path: "",
|
|
|
|
|
|
+ path: "/otherPages/classifyArea/index",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/WrongTopicCollection@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/WrongTopicCollection@2x.png",
|
|
text: "错题·收藏",
|
|
text: "错题·收藏",
|
|
- path: "",
|
|
|
|
|
|
+ path: "/otherPages/collection/index",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/NotesBeforeExamination@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/NotesBeforeExamination@2x.png",
|
|
@@ -204,10 +207,12 @@ export default {
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/SelectedTestQuestions@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/SelectedTestQuestions@2x.png",
|
|
text: "精选考题\n500题",
|
|
text: "精选考题\n500题",
|
|
|
|
+ path:"/otherPages/classifyChoose/index"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/SimulationTestTopics@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/SimulationTestTopics@2x.png",
|
|
text: "模拟考试\n仿真题目",
|
|
text: "模拟考试\n仿真题目",
|
|
|
|
+ path:"/otherPages/beforeMockExam/index"
|
|
},
|
|
},
|
|
],
|
|
],
|
|
leftList1: [
|
|
leftList1: [
|
|
@@ -219,7 +224,7 @@ export default {
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/ClassificationExercise@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/ClassificationExercise@2x.png",
|
|
text: "分类练习",
|
|
text: "分类练习",
|
|
- path: "",
|
|
|
|
|
|
+ path: "/otherPages/classifyKind/index",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/RealExaminationRoomSimulation@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/RealExaminationRoomSimulation@2x.png",
|
|
@@ -230,7 +235,7 @@ export default {
|
|
{
|
|
{
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/SimulationResults@2x.png",
|
|
img: "https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/home/SimulationResults@2x.png",
|
|
text: "模拟成绩",
|
|
text: "模拟成绩",
|
|
- path: "",
|
|
|
|
|
|
+ path: "/otherPages/testScores/index",
|
|
},
|
|
},
|
|
],
|
|
],
|
|
//科目四
|
|
//科目四
|
|
@@ -388,16 +393,28 @@ export default {
|
|
this.tabQuery.cert = item.title;
|
|
this.tabQuery.cert = item.title;
|
|
switch (item.typeName) {
|
|
switch (item.typeName) {
|
|
case "轿车":
|
|
case "轿车":
|
|
- this.tabQuery.carType = "liceCar";
|
|
|
|
|
|
+ this.tabQuery.liceCar = 1;
|
|
|
|
+ this.tabQuery.liceTruck = '';
|
|
|
|
+ this.tabQuery.liceBus = '';
|
|
|
|
+ this.tabQuery.liceMoto = '';
|
|
break;
|
|
break;
|
|
case "货车":
|
|
case "货车":
|
|
- this.tabQuery.carType = "liceTruck";
|
|
|
|
|
|
+ this.tabQuery.liceCar = '';
|
|
|
|
+ this.tabQuery.liceTruck = '';
|
|
|
|
+ this.tabQuery.liceBus = 1;
|
|
|
|
+ this.tabQuery.liceMoto = '';
|
|
break;
|
|
break;
|
|
case "客车":
|
|
case "客车":
|
|
- this.tabQuery.carType = "liceBus";
|
|
|
|
|
|
+ this.tabQuery.liceCar = '';
|
|
|
|
+ this.tabQuery.liceTruck = '';
|
|
|
|
+ this.tabQuery.liceBus = 1;
|
|
|
|
+ this.tabQuery.liceMoto = '';
|
|
break;
|
|
break;
|
|
case "摩托车":
|
|
case "摩托车":
|
|
- this.tabQuery.carType = "liceMoto";
|
|
|
|
|
|
+ this.tabQuery.liceCar = '';
|
|
|
|
+ this.tabQuery.liceTruck = '';
|
|
|
|
+ this.tabQuery.liceBus = '';
|
|
|
|
+ this.tabQuery.liceMoto = 1;
|
|
break;
|
|
break;
|
|
default:
|
|
default:
|
|
break;
|
|
break;
|