Browse Source

修复

master
nige 3 years ago
parent
commit
636778d8ae
  1. 2
      app.js
  2. 2
      pages/user/likes/index.wxml
  3. 2
      pages/user/order/hotelOrderInfo/index.wxml

2
app.js

@ -22,7 +22,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest48?true:false;
data.isTest = data.isTest49?true:false;
this.globalData.configJson = data
})

2
pages/user/likes/index.wxml

@ -11,7 +11,7 @@
<view class="right-info">
<view class="title textOver">{{item.product.title}}</view>
<view class="price">¥{{item.product.price/100}}</view>
<view class="location"><text class="iconfont icon-location"></text> {{item.product.address}}</view>
<view class="location" wx:if="{{item.product.address}}"><text class="iconfont icon-location"></text> {{item.product.address}}</view>
</view>
</view>
<view class='del' catchtap="del1" data-index="{{index}}">删除</view>

2
pages/user/order/hotelOrderInfo/index.wxml

@ -55,7 +55,7 @@
<view class="box-title">{{info.order_product_list[0].sku_name}} <text style="margin-left:10rpx">{{info.order_product_list[0].order_product_extend.days}}晚</text></view>
<view style="margin:10rpx auto;font-size:26rpx;color:#333">房间数:{{info.order_product_list[0].product_num}}间</view>
<view class="hotel-tips"><text class="hotel-date">{{info.order_product_list[0].order_product_extend.start_date_text}}</text><view class="hotel-days-num">{{info.order_product_list[0].order_product_extend.days}}晚</view><text class="hotel-date">{{info.order_product_list[0].order_product_extend.end_date_text}}</text></view>
<view class="hotel-tip">{{info.order_product_list[0].sku_model.bed_type}} | {{info.order_product_list[0].sku_model.breakfast}} | {{info.order_product_list[0].sku_model.area}} | {{info.order_product_list[0].sku_model.max_room_num}}人入住</view>
<!-- <view class="hotel-tip">{{info.order_product_list[0].sku_model.bed_type}} | {{info.order_product_list[0].sku_model.breakfast}} | {{info.order_product_list[0].sku_model.area}} | {{info.order_product_list[0].sku_model.max_room_num}}人入住</view> -->
</view>
<view class="box" wx:if="{{info}}">

Loading…
Cancel
Save