|
|
@@ -634,7 +634,7 @@ |
|
|
|
|
|
|
|
this.status = options.status; |
|
|
|
this.customerId = options.customerId; |
|
|
|
this.KeyWordsfraction = options.wordFraction=='undefined'?options.wordFraction:0; |
|
|
|
this.KeyWordsfraction = options.wordFraction == 'undefined' ? 0 : options.wordFraction; |
|
|
|
this.itemobj = uni.getStorageSync('searchobj'); |
|
|
|
console.log(this.itemobj) |
|
|
|
this.stateisshow = options.stateisshow; |
|
|
|