兼兼街公众号代码
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.
 
 
 

28 lines
504 B

<template>
<view class="pay-success">
<image src="../../static/img/pay-success.png" mode=""></image>
<view class="mt-2 mb-2">支付成功!</view>
<view>请到 我的-我的报名 中查看详情</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.pay-success {
width: 100%;
font-size: 34rpx;
color: #20D76D;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 262rpx;
image {
width: 128rpx;
height: 128rpx;
}
}
</style>