【修改】 样式bug修改

This commit is contained in:
fengachen
2021-12-29 17:58:41 +08:00
parent 2cb9816572
commit 7893e081d9
@@ -109,7 +109,7 @@
</view>
<view wx:for="{{meetingInfo.hotelContactsList}}" wx:key='item'>
<text>酒店联系人</text>
<text>{{item.hotelContacts + ':' + item.hotelContactsPhone + ' '}}</text>
<text>{{item.hotelContacts + (item.hotelContactsPhone ?'':'') + item.hotelContactsPhone + ' '}}</text>
</view>
</view>
<!-- 酒店信息end -->