|
@@ -3508,6 +3508,16 @@ function checkTagDisabled () {
|
|
|
sessionStorage.setItem('Op-upState', "0")
|
|
|
_this.showPropertyDialog = false
|
|
|
}
|
|
|
+ if(!_this.showPropertyDialog){
|
|
|
+ if(event.key === 'return_status') {
|
|
|
+ const propertyData = localStorage.getItem('property-data')
|
|
|
+ if(propertyData) {
|
|
|
+ propertyData = JSON.parse(propertyData)
|
|
|
+ $('.icon-shoulu[dataid="' + propertyData._id + '"]').removeClass('icon-a-Property1shoulu').addClass('icon-a-Property1yishoulu')
|
|
|
+ }
|
|
|
+ sessionStorage.removeItem('return_status')
|
|
|
+ }
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
},
|