|
|
@ -15,7 +15,7 @@ |
|
|
<!-- 机票酒店 --> |
|
|
<!-- 机票酒店 --> |
|
|
<view v-for="(item,index) of channel_list"> |
|
|
<view v-for="(item,index) of channel_list"> |
|
|
<view class="title lf-m-t-40" v-if="!item.showTitle"> |
|
|
<view class="title lf-m-t-40" v-if="!item.showTitle"> |
|
|
<image src="../../static/images/plane_ticket.png" class="icon-img"></image> |
|
|
|
|
|
|
|
|
<image :src="item.icon" class="icon-img"></image> |
|
|
<text class="lf-m-l-10">{{item.name}}</text> |
|
|
<text class="lf-m-l-10">{{item.name}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="lf-flex-wrap lf-p-l-5 select-box"> |
|
|
<view class="lf-flex-wrap lf-p-l-5 select-box"> |
|
|
@ -104,6 +104,7 @@ |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
|
|
|
console.log('shujushuju',this.channel_list) |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
|