123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <template>
- <view class="ayuu">
- <view class="fzddrew" style="margin-top: 320rpx;">
- <image src="/static/user/fk1.png" style="width: 320rpx;height: 300rpx;margin-bottom: 40rpx;" mode=""></image>
-
- <view class="fktxtr">
- <text>恭喜您</text>
- </view>
- <view class="fktxtr">
- <text>付费成功</text>
- </view>
- </view>
-
-
- <view class="fzddrew fknbee" >
- <navigator class="fzddrew fkdibr" url="../user/cp-fa" hover-class="none">
- <text>立即查看</text>
- </navigator>
- </view>
-
- </view>
- </template>
- <style>
- page {
- background: #FAFAFA;
- }
- </style>
- <script>
- export default {
- data() {
- return {
- order_id: '',
- }
- },
- onLoad(option) {
- this.order_id = option.order_id
- },
- }
- </script>
- <style lang="scss" scoped>
- </style>
|