绘智AI相机

main
gongdi 9 months ago
parent 98de2025ce
commit b0d584cf51

@ -22,6 +22,7 @@ export default function () {
() => data.modelId,
(n) => {
if (n) {
// selectCloudList(n);
//先查本地缓存 [{modelId:1,imgList:[url1,url2,...]},{modelId:2,imgList:[url1,url2,...]},...]
const imgCache = uni.getStorageSync("imgCache");
if (imgCache) {

@ -33,6 +33,7 @@
</view>
<view class="img-name">{{ item.model_name }}</view>
<uni-icons
v-if="item.target_img_url && item.target_img_url !== ''"
type="trash"
color=""
size="24"

Loading…
Cancel
Save