Commit 976d465f authored by youjie's avatar youjie

修复 configId=0 的横竖缩放

parent 23e8595f
...@@ -336,6 +336,12 @@ ...@@ -336,6 +336,12 @@
dayItem.WarmTipObj = warmTipObj; dayItem.WarmTipObj = warmTipObj;
dayItem.isHide = false; dayItem.isHide = false;
dayItem.isRead = false; dayItem.isRead = false;
if(this.dataAll.FeaturePageType==1){
dayItem.zoom = 0.285
}
if(this.dataAll.FeaturePageType==2){
dayItem.zoom = 0.40
}
var hotelObj = this.$tripUtils.hotelObj(); var hotelObj = this.$tripUtils.hotelObj();
hotelObj.DayNum = i + 1; hotelObj.DayNum = i + 1;
dayItem.HotelArray.push(hotelObj) dayItem.HotelArray.push(hotelObj)
......
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