Commit 48555eab authored by youjie's avatar youjie

酒店订单详情调整

parent 463e6610
......@@ -749,14 +749,14 @@
}
}
}, {
"path": "orderdetails",//酒店订单详情
"style": {
"navigationStyle": "custom",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES"
}
}
"path": "orderdetails"//酒店订单详情
// ,"style": {
// "navigationStyle": "custom",
// "mp-alipay": {
// "transparentTitle": "always",
// "titlePenetrate": "YES"
// }
// }
}
]
},
......
......@@ -5,10 +5,10 @@
<view class="media" :style="{ opacity: 100 - boxOption + '%' }">
<!-- #ifdef MP-WEIXIN -->
<view @click="goback" :style="[titleStyle, { opacity: '100% !important' }]"
<!-- <view @click="goback" :style="[titleStyle, { opacity: '100% !important' }]"
style="position: fixed; top: 0; left: 0; padding-left: 6rpx">
<u-icon name="arrow-left" size="44" style="margin-top: 22rpx"></u-icon>
</view>
</view> -->
<!-- #endif -->
<view class="orderStatusBox flex" style="margin-bottom: 30rpx">
<u-icon customPrefix="iconfont" name="icondaizhifu-" size="52" color="#DFBE6E"
......@@ -54,7 +54,7 @@
</view>
</view>
</view>
<view class="hotel-title" :style="[titleStyle]">
<view class="hotel-title" :style="[titleStyle]" v-if="false">
<view @click="goback">
<!-- #ifdef MP-WEIXIN -->
<u-icon name="arrow-left" size="44"></u-icon>
......@@ -138,6 +138,14 @@
<view class="ResInforL Lwidth">E-mail</view>
<view class="ResInforR">{{ orderData.parmResultRoomInfo.guestEmail }}</view>
</view>
<view class="ResInforText row-sb-n">
<view class="ResInforL Lwidth">备注</view>
<view class="ResInforR">
<view style="width: 100%;overflow: hidden;">
{{ orderData.model.Remark }}
</view>
</view>
</view>
</view>
<!-- <cancelProgress :datas="orderData"></cancelProgress> -->
<view class="ReservationInforBox">
......@@ -189,7 +197,7 @@
</view>
</view>
<view style="height: 36rpx;"></view>
<view style="height: 1rpx;"></view>
</scroll-view>
<!-- <view class="opera-box">
<view class="box flex">
......@@ -1086,7 +1094,7 @@
}
.orderStatusBox {
padding: 200rpx 31rpx 13rpx 31rpx;
padding: 40rpx 31rpx 13rpx 31rpx;
}
.orderIforRzBox {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment