|
@@ -14,12 +14,12 @@
|
|
|
<text style="color:#999;">{{item.room_area}}m² {{item.food_condition}} {{item.floor}}层 {{item.enable_number}}人入住 </text>
|
|
|
<text>{{item.unit_price}}元</text>
|
|
|
<text>剩余数量:{{item.room_number}}</text>
|
|
|
- <view bindtap="order" data-id='{{item.id}}' class="btn">预定</view>
|
|
|
+ <view bindtap="show_order" data-id='{{index}}' class="btn">预定</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-<view class="bg">
|
|
|
+<view class="bg" wx:if='{{show}}'>
|
|
|
<view class="room">
|
|
|
<text class="room_title">{{data.name}}</text>
|
|
|
<image src="{{data.img}}"></image>
|
|
@@ -50,7 +50,9 @@
|
|
|
{{date}}
|
|
|
</view>
|
|
|
</picker>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
+ <view bindtap="order" data-id='{{data.id}}' class="order">预定</view>
|
|
|
</view>
|
|
|
</view>
|