Commit bee3584b authored by youjie's avatar youjie

no message

parent 5a74370b
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
<view class="fz24 din">餐食</view> <view class="fz24 din">餐食</view>
<view class="flex1 column fz28 fontWeight500"> <view class="flex1 column fz28 fontWeight500">
<view class="flex1" v-for="(child,index) in item.JourneyDinningInfoList"> <view class="flex1" v-for="(child,index) in item.JourneyDinningInfoList">
{{child.DinningStr?`${child.DinningStr}(${child.UseDinnerTypeStr})`:'无'}} {{child.DinningStr?`${child.UseDinnerTypeStr}:${child.DinningStr}`:'无'}}
</view> </view>
<view class="flex1" v-if="item.JourneyDinningInfoList.length==0"> <view class="flex1" v-if="item.JourneyDinningInfoList.length==0">
......
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