0
点赞
收藏
分享

微信扫一扫

微信小程序 【给图片加上删除图标】

祈澈菇凉 2022-01-31 阅读 146

【解决:】


<view wx:for="{{imgList}}" wx:key="index">
    <image src="../../images/deletee.png" style="position: absolute;margin: 20rpx;width: 50rpx;height: 50rpx;"></image>
    <image src="{{item}}" style="height: 400rpx;width: 95%;margin-bottom: 10rpx;"></image>
</view>

【图示:】
在这里插入图片描述

举报

相关推荐

0 条评论