绘智AI相机

main
gongdi 11 months ago
parent e8639604be
commit 2f4da86c59

@ -42,13 +42,14 @@
<view class="flag"></view>
历史相册
</view>
<view class="img-history">
<image
<view class="img-history border-radius">
<view
class="img-content border-radius"
v-for="img in data.imgHistoryList"
:key="img.source_img_url"
:src="img.source_img_url"
style="width: 160rpx; height: 160rpx"
/>
>
<image :src="img.source_img_url" style="width: 100%; height: 100%" />
</view>
</view>
</view>
<button @click="toMake" class="make-btn-style">立即制作</button>
@ -157,6 +158,11 @@ const { data, toMake } = getData();
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.img-content {
width: 160rpx;
height: 160rpx;
overflow: hidden;
}
}
}
.make-btn-style {

Loading…
Cancel
Save