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