完善页面
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
<Popup :show="timePopup" :width='750' :padding="0" type="bottom" radius="32rpx 32rpx 0 0">
|
||||
<view class="ww100 box-s-b pop-improt typeof pr time-popup">
|
||||
<image style="width: 64rpx;height: 64rpx;position: absolute; top: 26rpx;right: 30rpx;" src="@/static/icon/close2.png" mode=""></image>
|
||||
<image style="width: 64rpx;height: 64rpx;position: absolute; top: 26rpx;right: 30rpx;" src="@/static/icon/close2.png" mode="" @tap="timePopup = false"></image>
|
||||
|
||||
<view class="d-c-c pt42">
|
||||
<text class="f34 fb">选择时间</text>
|
||||
@ -56,7 +56,7 @@
|
||||
<image style="width: 14rpx;height: 8rpx;margin-left: 10rpx;" src="@/static/icon/down.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="price-btn">立即预定<text class="" v-if="countSelectedTime > 0">({{countSelectedTime}}小时)</text></view>
|
||||
<view class="price-btn" @tap="toConfirm">立即预定<text class="" v-if="countSelectedTime > 0">({{countSelectedTime}}小时)</text></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
<Popup :show="billPopup" :width='750' :padding="0" type="bottom" backgroundColor="#FBFBFB" radius="32rpx 32rpx 0 0">
|
||||
<view class="ww100 box-s-b pop-improt typeof pr time-popup">
|
||||
<image style="width: 64rpx;height: 64rpx;position: absolute; top: 26rpx;right: 30rpx;" src="@/static/icon/close2.png" mode=""></image>
|
||||
<image style="width: 64rpx;height: 64rpx;position: absolute; top: 26rpx;right: 30rpx;" src="@/static/icon/close2.png" mode="" @tap="handleShowTime"></image>
|
||||
|
||||
<view class="d-c-c pt42">
|
||||
<text class="f34 fb">费用明细</text>
|
||||
@ -256,6 +256,12 @@
|
||||
handleShowTime() {
|
||||
this.billPopup = false;
|
||||
this.timePopup = true;
|
||||
},
|
||||
|
||||
toConfirm() {
|
||||
uni.navigateTo({
|
||||
url: '/bundle/reserve/confirm'
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user