小程序
小游戏
企业微信
微信支付
扫描小程序码分享
IOS下使用swiper组件滑动图片时出现闪退是什么原因,提示小程序意外退出,请稍候重试。
9 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码示例。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我也遇到这问题了,到现在还没解决
有没有解决方案?
请问大家的意外退出解决了吗?
大家解决了吗 我这也是这样 是不是图片多的问题 有没有懒加载的方案
同样遇到,请问有解决方案了么?
我也遇到这个问题
什么时候能解决啊
机身型号:iphone MNGR2CH/A 版本:10.3.2(14F89) 微信版本: wechat 6.6.0
示例代码:
<!-- 图片组件 -->
<template name="img-player-applet">
<view class="img-player-bg" hidden="{{showImg}}" bindtap="hideImg">
<swiper bindchange="swipeSlider" current="{{curIndex-1}}" duration="50" circular="true">
<block wx:for="{{imgData}}" wx:for-item="swiperItem" wx:for-index="idx" wx:key="unique">
<swiper-item>
<image data-id="{{idx}}" src="{{swiperItem}}" mode="widthFix"/>
</swiper-item>
</block>
</swiper>
<view class="dots">
<text>{{curIndex}}</text> / <text>{{total}}</text>
</view>
</template>
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码示例。
我也遇到这问题了,到现在还没解决
有没有解决方案?
请问大家的意外退出解决了吗?
大家解决了吗 我这也是这样 是不是图片多的问题 有没有懒加载的方案
同样遇到,请问有解决方案了么?
我也遇到这问题了,到现在还没解决
我也遇到这个问题
什么时候能解决啊
机身型号:iphone MNGR2CH/A 版本:10.3.2(14F89) 微信版本: wechat 6.6.0
示例代码:
<!-- 图片组件 -->
<template name="img-player-applet">
<view class="img-player-bg" hidden="{{showImg}}" bindtap="hideImg">
<swiper bindchange="swipeSlider" current="{{curIndex-1}}" duration="50" circular="true">
<block wx:for="{{imgData}}" wx:for-item="swiperItem" wx:for-index="idx" wx:key="unique">
<swiper-item>
<image data-id="{{idx}}" src="{{swiperItem}}" mode="widthFix"/>
</swiper-item>
</block>
</swiper>
<view class="dots">
<text>{{curIndex}}</text> / <text>{{total}}</text>
</view>
</view>
</template>