mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 11:59:37 +08:00
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
<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="jumpMeetingRecord">查看预约</view>
|
|
</view> |