- <view class="detail-price-wrapper">
- <view class="detail-price-text" style="color: {{activeColor}};">
- ¥
- <text class="detail-price-num">{{detail.price}}</text>
- /每晚
- </view>
- </view>
- <view class="detail-name title">{{detail.name}}</view>
- <view class="detail-tags text-small grey">
- <block wx:for="{{detail.tags}}" wx:for-item="tag" wx:key="index">
- <text>{{tag}}\t</text>
- </block>
- </view>
|