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