baoYangJiQiao.vue 293 B

123456789101112131415
  1. <template>
  2. <view class="content">
  3. <image class="w" style="height: 900px;"
  4. src="/static/image/source/byjq_.png"></image>
  5. </view>
  6. </template>
  7. <script setup>
  8. import { ref, onMounted } from "vue";
  9. import { onShow } from "@dcloudio/uni-app";
  10. </script>
  11. <style lang="scss" scoped>
  12. </style>