You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
803 B
43 lines
803 B
<template>
|
|
<view class="bg flex-column">
|
|
<view>
|
|
<image src="https://static.ticket.sz-trip.com/tourist/user/orderResult.png" mode=""></image>
|
|
支付成功
|
|
</view>
|
|
<navigator url="/subPackages/order/trades" class="btn">查看订单</navigator>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.bg {
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
padding: 88rpx 0 400rpx;
|
|
justify-content: space-between;
|
|
font-weight: bold;
|
|
font-size: 48rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
image {
|
|
width: 180.67rpx;
|
|
height: 180.67rpx;
|
|
display: block;
|
|
margin: 0 auto 40rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 280rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 7rpx;
|
|
border: 1rpx solid #96684F;
|
|
font-weight: 500;
|
|
font-size: 36rpx;
|
|
color: #96684F;
|
|
margin: auto;
|
|
}
|
|
</style>
|