30 lines
841 B
Vue
30 lines
841 B
Vue
<template>
|
|
<view class="gyqSxFeTGt">
|
|
<image class="img QxmTgyqLtb" src="./IMG_6982.JPG" mode="widthFix"></image>
|
|
<image class="img QxmTgyqLtb" src="./IMG_6983.JPG" mode="widthFix"></image>
|
|
<image class="img QxmTgyqLtb" src="./IMG_6984.JPG" mode="widthFix"></image>
|
|
<image class="img QxmTgyqLtb" src="./IMG_6985.JPG" mode="widthFix"></image>
|
|
<image class="img QxmTgyqLtb" src="./IMG_6986.JPG" mode="widthFix"></image>
|
|
<image class="img QxmTgyqLtb" src="./IMG_6986.JPG" mode="widthFix"></image>
|
|
<image class="img QxmTgyqLtb" src="./IMG_6986.JPG" mode="widthFix"></image>
|
|
<image class="img QxmTgyqLtb" src="./IMG_6986.JPG" mode="widthFix"></image>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
list: []
|
|
};
|
|
}
|
|
};
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
.img {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
</style>
|