@@ -124,6 +124,7 @@ export default { | |||
select: [], | |||
isError: null, //是否是答题错误 | |||
fromSsjl: this.$store.getters.fromSsjl, | |||
showLeftArrow:false, | |||
} | |||
}, | |||
mounted() { | |||
@@ -268,6 +269,7 @@ export default { | |||
id: re.response.Id, | |||
uid: this.uid, | |||
accessToken: this.$store.getters.ssjlToken, | |||
showLeftArrow:this.showLeftArrow, | |||
}, | |||
}) | |||
}, 3000) | |||