|
@@ -5,6 +5,7 @@
|
|
|
<van-count-down :time="time"></van-count-down>
|
|
|
</view> -->
|
|
|
<m-do-topic
|
|
|
+ v-if="isGetQuery"
|
|
|
type="specify"
|
|
|
:trueNum.sync="trueNum"
|
|
|
:falseNum.sync="falseNum"
|
|
@@ -143,6 +144,7 @@ export default {
|
|
|
subject: "",
|
|
|
title: "",
|
|
|
},
|
|
|
+ isGetQuery: false,
|
|
|
gsMap: {
|
|
|
xc: "小车",
|
|
|
hc: "货车",
|
|
@@ -352,7 +354,7 @@ export default {
|
|
|
this.problemListIndex = this.problemListIndex - 1;
|
|
|
},
|
|
|
goNextTopics() {
|
|
|
- if (this.problemListIndex >= this.problemListTotal-1) {
|
|
|
+ if (this.problemListIndex >= this.problemListTotal - 1) {
|
|
|
uni.showToast({
|
|
|
title: "到底了",
|
|
|
icon: "none",
|
|
@@ -512,7 +514,7 @@ export default {
|
|
|
onLoad(query) {
|
|
|
let that = this;
|
|
|
this.query = query;
|
|
|
-
|
|
|
+ this.isGetQuery = true;
|
|
|
},
|
|
|
computed: {
|
|
|
//liceCar=1&liceTruck=&liceBus=&liceMoto=&name=科目一&cert=C1/C2/C3&vehicle=轿车&subject=1&title=顺序练习&sort=3
|
|
@@ -522,7 +524,8 @@ export default {
|
|
|
this.query.classIssueName ||
|
|
|
this.query.placeIssueName ||
|
|
|
this.query.excellIssueName ||
|
|
|
- this.query.sequeIssueName||""
|
|
|
+ this.query.sequeIssueName ||
|
|
|
+ ""
|
|
|
}`;
|
|
|
},
|
|
|
},
|