123456789101112131415161718 |
- <template>
- <view>
- <image src="https://bjyjb-1362704775.cos.ap-chongqing.myqcloud.com/app/newImages/20250529/b581aaec73484783accacea682a5e587.png" mode="widthFix"></image>
- <image src="https://bjyjb-1362704775.cos.ap-chongqing.myqcloud.com/app/newImages/07b7822625df4ea1832f3cb988e2ee40.png" mode="widthFix"></image>
- <image src="https://bjyjb-1362704775.cos.ap-chongqing.myqcloud.com/app/newImages/87b02ce75c4e44728bfc400902af74df.png" mode="widthFix"></image>
- </view>
- </template>
- <script>
- </script>
- <style scoped lang="scss">
- image {
- width: 100%;
- height: auto;
- display: block;
- }
- </style>
|