invite.vue 274 B

12345678910111213141516171819202122
  1. <template>
  2. <view class="yq">
  3. <image class="py" src="../../static/sy-img/yqhy.png" mode=""></image>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. };
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. .py {
  16. width: 750rpx;
  17. height: 1334rpx;
  18. }
  19. </style>