This commit is contained in:
jiawei
2023-02-22 11:51:14 +08:00
parent a1a3a1a5f7
commit 13496b133c
7 changed files with 3 additions and 11 deletions

View File

@@ -103,8 +103,7 @@ export default {
pageItem: '风险测评',
urlStr: '/sale/answerPage',
tabClass: '',
// show:this.$store.getters.getAnswerType,
show:localStorage.getItem('updateAnswerType'),
show:this.$store.getters.getAnswerType,
imgCheckedUrl: this.$assetsUrl + 'images/kmh/fx1.png',
imgNoCheckedUrl: this.$assetsUrl + 'images/kmh/fx2.png'
},
@@ -113,8 +112,7 @@ export default {
pageItem: '风险测评结果',
urlStr: '/sale/answerSuccess',
tabClass: '',
// show:this.$store.getters.getAnswerType,
show:localStorage.getItem('updateAnswerType'),
show:this.$store.getters.getAnswerType,
imgCheckedUrl: this.$assetsUrl + 'images/kmh/fxjg1.png',
imgNoCheckedUrl: this.$assetsUrl + 'images/kmh/fxjg2.png'
},