3 回复
提供一下出现问题的机型微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
设备:iPhone 6 , iOS10
微信版本:7.0.3
使用了mpvue框架
<div class=“location” v-for="(item,index) in CardArray" :key=“index”>
<img src=“https://fhh.bgy.com.cn/files/FHH/XcxImage/common/[email protected]” class=“position”>
<div>
<p>{{item.roomname}}</p><label class=“tip” v-if=“item.isdefault”>默认门禁</label>
</div>
</div>