mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 14:19:38 +08:00
描述:支付完成
This commit is contained in:
parent
9a801b1ae7
commit
8926f69f99
@ -85,7 +85,7 @@ Page({
|
||||
},
|
||||
*/
|
||||
{
|
||||
name: "会议邀约",
|
||||
name: "会议预约",
|
||||
img: "/profile/static/index/menu-hyyy.png",
|
||||
path: "/pages/meeting/meetingReservation/meetingReservation"
|
||||
},
|
||||
|
@ -1,3 +1,6 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {
|
||||
"van-icon": "@vant/weapp/icon/index"
|
||||
},
|
||||
"navigationBarTitleText": "支付结果"
|
||||
}
|
@ -1,2 +1,9 @@
|
||||
<!--pages/meeting/pay/waitComplete/waitComplete.wxml-->
|
||||
<text>pages/meeting/pay/waitComplete/waitComplete.wxml</text>
|
||||
<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>
|
@ -1 +1,27 @@
|
||||
/* pages/meeting/pay/waitComplete/waitComplete.wxss */
|
||||
.showView{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 180rpx;
|
||||
}
|
||||
|
||||
.showView .title{
|
||||
margin-top: 20rpx;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.submitBtn{
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
width: 600rpx;
|
||||
left: 50%;
|
||||
margin-left: -300rpx;
|
||||
bottom: 120rpx;
|
||||
border-radius: 10rpx;
|
||||
padding: 20rpx;
|
||||
background: #4e96f8;
|
||||
color: white;
|
||||
font-size: 30rpx;
|
||||
text-align: center;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user