Commit 8cec2f20 authored by youjie's avatar youjie

no message

parent 88535f9b
......@@ -315,7 +315,9 @@
</view>
<template v-for="(y,yi) in x.dayArray">
<view v-if="y.childItem&&y.childItem.imaArray&&y.childItem.imaArray.length>0&&y.type==2" style="border: 1px solid #ddd;">
<view v-if="y.childItem&&y.childItem.imaArray&&y.childItem.imaArray.length>0&&y.type==2"
class="MB20"
style="border: 1px solid #ddd;">
<view v-for="(z,zi) in y.childItem.imaArray">
<image
@click="previewImages(y.childItem.imaArray,zi)"
......@@ -344,8 +346,8 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638876765053973357.png"/>
</view>
<view class="PL20">
<view class="row items-center PB20" v-for="item in x.canshi">
<view class="fz34 fontBold MR20">
<view class="row PB20" v-for="item in x.canshi">
<view class="fz34 fontBold MR20 flexS">
{{`${item.childItem.timeStr} ${item.childItem.dinnerTypeName}`}}
</view>
<view class="fz28 MR20 color666">{{item.childItem.dinnerName?item.childItem.dinnerName:'方便游玩敬请自理'}}</view>
......@@ -359,8 +361,8 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638876765089861843.png"/>
</view>
<view class="PL20">
<view class="row items-center" v-for="item in x.zhusu">
<view class="fz34 fontBold MR20">
<view class="row" v-for="item in x.zhusu">
<view class="fz34 fontBold MR20 flexS">
住宿
</view>
<view class="fz28 MR20 color666">{{item.childItem.hotelName}}</view>
......
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