mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 21:52:53 +08:00
提交
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user