Commit c93d4399 authored by youjie's avatar youjie

修复

parent e131ab12
......@@ -136,6 +136,7 @@
font-size: 22rpx;
color: #757776;
margin-left: 10rpx;
margin-right: 10rpx;
}
.hotel-list-item .hotel-info .hotel-start {}
......
......@@ -241,8 +241,8 @@
</view>
<view class="sum-detail">共计 {{orderMsg.RoomCount}}间房</view>
<u-button :ripple="true" :hair-line="false"
:disabled="!this.orderMsg.TotalPrice||submit"
:custom-style="!this.orderMsg.TotalPrice||submit?btnStyle2:btnStyle" @click="buyRoom"
:disabled="(this.orderMsg&&this.orderMsg.TotalPrice==0)||submit"
:custom-style="(this.orderMsg&&this.orderMsg.TotalPrice==0)||submit?btnStyle2:btnStyle" @click="buyRoom"
:loading="submit">立即购买</u-button>
</view>
</view>
......
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