You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
744 B
21 lines
744 B
<!--pages/list/night/index.wxml-->
|
|
<search></search>
|
|
<view class="night-types">
|
|
<view class="night-type active">线路</view>
|
|
<view class="night-type">门票</view>
|
|
<view class="night-type">演出</view>
|
|
<view class="night-type">活动</view>
|
|
</view>
|
|
<view style="height:87rpx"></view>
|
|
<view class="hotel-item">
|
|
<image mode="widthFix" class="headimg" src=""></image>
|
|
<view class="infos">
|
|
<view class="textOver">苏州香格里拉大酒店</view>
|
|
<view class="tags textOver">
|
|
<view class="tag">市中心</view>
|
|
<view class="tag">十全街十全街十全街十全街十全街十全街/观前街</view>
|
|
<view class="price"><text>¥</text><text>85</text><text>起</text></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|