代码没有改动的情况下
微信升级后,
我的swiper 列表,每页之间都多出一页空白页
请问这是什么情况造成的
<swiper vertical= "{{ true }}" class = "fullpage" > <swiper-item wx: if = "{{ isShowLp }}" class = "item" style= "width: {{ width }}; height: {{ height }}" > <view class = "page-6 fullpage " > .......... </view> </swiper-item> <swiper-item class = "item" style= "width: {{ width }}; height: {{ height }}" > <view class = "page-full" > .......... </view> </swiper-item> </swiper> |
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)