12345678910111213141516171819202122 |
- <template>
- <view class="yq">
- <image class="py" src="../../static/sy-img/yqhy.png" mode=""></image>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- };
- }
- }
- </script>
- <style lang="scss">
- .py {
- width: 750rpx;
- height: 1334rpx;
- }
- </style>
|