diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 537b239be..5fefded75 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -597,7 +597,7 @@ export default { that.detailJump = window.localStorage.getItem('detailJump') that.signVal = window.localStorage.getItem('sign-val') // 判断是不是万能险 - let comment = JSON.parse(window.localStorage.getItem('productCode')) + let comment = window.localStorage.getItem('productCode') // comment.map(item => { // if (item.productCode == 'GFRS_M0003') { // this.isComment = true