Commit 50fb0c32 authored by youjie's avatar youjie

no message

parent c41ee428
...@@ -285,7 +285,10 @@ ...@@ -285,7 +285,10 @@
}, },
clickBlowUpTravelDays(item){ clickBlowUpTravelDays(item){
item.IsBlowUp=!item.IsBlowUp item.IsBlowUp=!item.IsBlowUp
if(item.IsBlowUp) item.zoom = 1 if(item.IsBlowUp) {
if(this.dataAll.FeaturePageType==1) item.zoom = 0.68
if(this.dataAll.FeaturePageType==2) item.zoom = 1
}
else{ else{
if(this.dataAll.FeaturePageType==1) item.zoom = 0.285 if(this.dataAll.FeaturePageType==1) item.zoom = 0.285
if(this.dataAll.FeaturePageType==2) item.zoom = 0.44 if(this.dataAll.FeaturePageType==2) item.zoom = 0.44
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment