|
@@ -432,7 +432,7 @@
|
|
top: 172
|
|
top: 172
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- onLoad() {
|
|
|
|
|
|
+ onLoad(options) {
|
|
this.propertyMode = this.propertyModeList[0]
|
|
this.propertyMode = this.propertyModeList[0]
|
|
this.isStandard = this.isStandardList[0]
|
|
this.isStandard = this.isStandardList[0]
|
|
this.info.propertyMode = this.propertyMode.value
|
|
this.info.propertyMode = this.propertyMode.value
|
|
@@ -443,6 +443,9 @@
|
|
this.setTabarList({
|
|
this.setTabarList({
|
|
type: 'policy'
|
|
type: 'policy'
|
|
})
|
|
})
|
|
|
|
+ if (options.tab) {
|
|
|
|
+ this.currentTab = options.tab
|
|
|
|
+ }
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
// this.getHomeFun();
|
|
// this.getHomeFun();
|