【修改】 样式bug修改
This commit is contained in:
@@ -109,7 +109,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view wx:for="{{meetingInfo.hotelContactsList}}" wx:key='item'>
|
<view wx:for="{{meetingInfo.hotelContactsList}}" wx:key='item'>
|
||||||
<text>酒店联系人</text>
|
<text>酒店联系人</text>
|
||||||
<text>{{item.hotelContacts + ':' + item.hotelContactsPhone + ' '}}</text>
|
<text>{{item.hotelContacts + (item.hotelContactsPhone ?':':'') + item.hotelContactsPhone + ' '}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 酒店信息end -->
|
<!-- 酒店信息end -->
|
||||||
|
|||||||
Reference in New Issue
Block a user