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

27 lines
504 B

  1. <template>
  2. <view class="pay-success">
  3. <image src="../../static/img/pay-success.png" mode=""></image>
  4. <view class="mt-2 mb-2">支付成功!</view>
  5. <view>请到 我的-我的报名 中查看详情</view>
  6. </view>
  7. </template>
  8. <script>
  9. </script>
  10. <style lang="scss" scoped>
  11. .pay-success {
  12. width: 100%;
  13. font-size: 34rpx;
  14. color: #20D76D;
  15. display: flex;
  16. flex-direction: column;
  17. align-items: center;
  18. padding-top: 262rpx;
  19. image {
  20. width: 128rpx;
  21. height: 128rpx;
  22. }
  23. }
  24. </style>