【解决:】
<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>
【图示:】