mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 01:26:43 +08:00
提交
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user