<checkbox-group bindchange="bindMultiSelectChange" class="row choose">
<block wx:for="{{chooseImageList}}" wx:key="index">
<label>
<view style="width: 220rpx;height: 220rpx;margin-top: 20rpx;background-color: #f6f6f6;border-radius: 10rpx;overflow: hidden;position: relative;">
<image data-title='choose' src="{{item.url}}" mode="aspectFill" style="width: 220rpx;height: 220rpx;" />
<checkbox class="deleteStorage" value="{{index}}" checked="{{item.checked}}" />
</view>
</label>
</block>
</checkbox-group>
如果注释掉checkbox,页面刷新正常,以下是图片上传更新截图,基础库最新
// 未注释checkbox更新之后有缓存占位
是什么问题导致的呢?
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。