收藏
回答

华为mate10上,scroll-view内嵌input和swiper时闪退

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 客户端 7.0.6 2.7.7(2019.7.18 20:40:50)

- 当前 Bug 的表现(可附上截图)

测试机为华为mate10 ALP-AL00, Android 9;

当页面中存在scroll-view中同时内嵌 <input> 和 <swiper> 标签时,小程序运行几秒之后闪退

- 预期表现


- 复现路径


- 提供一个最简复现 Demo

<scroll-view style="width: 100%; flex-grow:5; margin-bottom:70px;">

<view class="weui-search-bar" style="width: 100%;">

<view class="weui-search-bar__form">

<view class="weui-search-bar__box">

<input type="text" placeholder="搜索" />

</view>

</view>

</view>


<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" circular="{{circular}}" vertical="{{vertical}}" interval="{{interval}}" duration="{{duration}}">

<block wx:for="{{swiperUrls}}">

<swiper-item>

<image src="{{item}}" width="355" height="150" />

</swiper-item>

</block>

</swiper>

</scroll-view>


回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容