描述:查看预约

This commit is contained in:
SelfRidicule 2024-02-28 17:38:48 +08:00
parent dedf55d25f
commit c29225f3df
2 changed files with 55 additions and 46 deletions

View File

@ -15,6 +15,13 @@ Page({
},
// 跳转-会议预约记录
jumpMeetingRecord() {
wx.reLaunch({
url: "/pages/meeting/reservationRecord/meetingRecord/meetingRecord",
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/

View File

@ -1,9 +1,11 @@
<view class="containerView public">
<!-- 支付展示 -->
<view class="showView">
<van-icon name="checked" size="200rpx" color="#4e96f8"/>
<view class="title">支付成功</view>
</view>
<!-- 查看预约 -->
<view class="submitBtn" bind:tap="jumpComplete">查看预约</view>
<view class="submitBtn" bind:tap="jumpMeetingRecord">查看预约</view>
</view>