添加图片

This commit is contained in:
duan
2024-12-23 18:29:39 +08:00
parent d2dbaa640d
commit b4be77303e
17 changed files with 84 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

View File

@@ -0,0 +1,27 @@
<template>
<view class="gyqSxFeTGt">
<image class="img CBKwkqgyqg" src="./asz.JPG" mode="widthFix"></image>
<image class="img QxmTgyqLtb" src="./IMG_6808.jpg" mode="widthFix"></image>
<image class="img QxmTgyqLtb" src="./IMG_6808.jpg" mode="widthFix"></image>
<image class="img QxmTgyqLtb" src="./IMG_6810.jpg" mode="widthFix"></image>
<image class="img QxmTgyqLtb" src="./IMG_6811.jpg" mode="widthFix"></image>
<image class="img QxmTgyqLtb" src="./IMG_6812.jpg" mode="widthFix"></image>
</view>
</template>
<script>
export default {
data() {
return {
list: []
};
}
};
</script>
<style scoped lang="scss">
.img {
width: 100%;
display: block;
}
</style>