Commit 8e3bd98d authored by 罗超's avatar 罗超

修改首页和布局

parent 9329f282
<template> <template>
<view <view
class="ad-box" class="ad-box"
:style="{ height: ad.height == 'auto' ? 'auto' : ad.height + 'rpx',padding:marginStyle,backgroundColor:ad.background }" :style="{ height: ad.height == 'auto' ? 'auto' : ad.height + 'px',margin:marginStyle,backgroundColor:ad.background }"
> >
<view <view
class="ad-chi" class="ad-chi"
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
:style="[item.formatStyle]" :style="[item.formatStyle]"
@click="clickHandler(item.link[0].new_link_url)" @click="clickHandler(item.link[0].new_link_url)"
> >
<img :src="item.pic_url" style="margin-bottom:-4px" mode="widthFix"/> <img :src="item.pic_url" mode="widthFix"/>
</view> </view>
<view class="hots" v-for="(x, i) in hotspots" :key="i" :style="[x.formatStyle]" @click="clickHots(x.link)">&nbsp;</view> <view class="hots" v-for="(x, i) in hotspots" :key="i" :style="[x.formatStyle]" @click="clickHots(x.link)">&nbsp;</view>
</view> </view>
......
...@@ -1026,7 +1026,7 @@ ...@@ -1026,7 +1026,7 @@
money += (this.orderMsg.ManNum + this.orderMsg.ChirdNum) * this.currentPriceInfo.visaPrice money += (this.orderMsg.ManNum + this.orderMsg.ChirdNum) * this.currentPriceInfo.visaPrice
} }
this.price = money; this.price = Number(money.toFixed(2));
//根据总人数 生成旅客信息 //根据总人数 生成旅客信息
for (var i = 0; i < this.total; i++) { for (var i = 0; i < this.total; i++) {
......
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