This commit is contained in:
jiawei
2023-02-22 11:46:33 +08:00
parent 63329937e1
commit a1a3a1a5f7
8 changed files with 19 additions and 11 deletions

View File

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