diff --git a/src/views/psychological-scale/index.vue b/src/views/psychological-scale/index.vue index 604108b..b10198f 100644 --- a/src/views/psychological-scale/index.vue +++ b/src/views/psychological-scale/index.vue @@ -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)