- <template>
- <view class="content">
- <image class="w" style="height: 1100px;"
- src="/static/image/source/sdjq_.png"></image>
- </view>
- </template>
- <script setup>
- import { ref, onMounted } from "vue";
- import { onShow } from "@dcloudio/uni-app";
- </script>
- <style lang="scss" scoped>
-
- </style>
|