小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
https://developers.weixin.qq.com/community/develop/doc/aecd0950217aac505b994f7db0b01c1b
我目前参考这个解决的,app.json里disableScroll:true, enablePullDownRefresh:false,同时Page和所有页面最外层view的height:100%、overflow: scroll,缺一不可
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
有人解决这个问题了吗,求助
给自定的组件添加一个top:0,的css属性
你好,解决了吗
您好,问题解决了吗,我在vivo手机中也出现了这个问题
小米也有问题,不确定是不是所有的安卓手机都有问题
index.wxml:
<nav-bar navbar-data='{{nvabarData}}'></nav-bar> // 自定义的导航栏组件
<!--index.wxml-->
<!-- <scroll-view
scroll-y
style="height:100%;"
bindscroll="scroll"
scroll-into-view="{{toView}}"> -->
<view class="home-page" style='margin-top: {{height}}px;'>
<fa-card card-data="{{cardData}}"></fa-card>
<view style="top: {{isFixed ? height : 'null'}}px" class="{{isFixed ? 'swiper-title-container-fixed' : 'swiper-title-container'}}">
<view data-targetId="{{idx}}" bindtap="clickMe" wx:for="{{swiperData}}" wx:for-index="idx" wx:key="unique" class="swiper-title {{idx === current ? 'swiper-title-selected' : ''}}">
<view>{{item.title}}</view>
<image hidden="{{idx !== current}}" src="/assets/home/active-shape.png" style="width:56rpx;height:16rpx;"></image>
</view>
<view wx:for="{{swiperData}}" wx:for-index="idx" wx:key="unique" id="{{'nav-' + idx}}" style="padding:0 32rpx 46rpx;">
<view class="swiper-item" wx:for="{{item.content}}" wx:for-item="i" wx:key="unique">
<view class="swiper-item-left"></view>
<view class="swiper-item-right">
<view class="swiper-item-right-key">{{i.key}}</view>
<view class="swiper-item-right-value">
<view wx:if="{{ i.isArray && !i.isImage }}">
<view wx:for="{{i.value}}" wx:for-item="ic" wx:key="unique">
{{ic}}
<scroll-view
scroll-x wx:elif="{{ i.isArray && i.isImage }}">
<view class="swiper-item-right-imgs">
<image wx:for="{{i.value}}" wx:for-item="ic" wx:key="unique" src="{{ic}}" class="card-img"></image>
</scroll-view>
<view wx:else>{{i.value}}</view>
<!-- <view class="userinfo">
<button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button>
<block wx:else>
<image class="userinfo-avatar" src="{{userInfo.avatarUrl}}" mode="cover"></image>
<text class="userinfo-nickname">{{userInfo.nickName}}</text>
</block>
<view class="usermotto">
<text class="user-motto">{{motto}}</text>
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号码</button>
</view> -->
<!-- </scroll-view> -->
哪个微信版本?更新至最新版本的微信试试看
7.0.4
已经是最新版本了
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)还有当前bug的截图
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
https://developers.weixin.qq.com/community/develop/doc/aecd0950217aac505b994f7db0b01c1b
我目前参考这个解决的,app.json里disableScroll:true, enablePullDownRefresh:false,同时Page和所有页面最外层view的height:100%、overflow: scroll,缺一不可
有人解决这个问题了吗,求助
给自定的组件添加一个top:0,的css属性
你好,解决了吗
您好,问题解决了吗,我在vivo手机中也出现了这个问题
小米也有问题,不确定是不是所有的安卓手机都有问题
index.wxml:
<nav-bar navbar-data='{{nvabarData}}'></nav-bar> // 自定义的导航栏组件
<!--index.wxml-->
<!-- <scroll-view
scroll-y
style="height:100%;"
bindscroll="scroll"
scroll-into-view="{{toView}}"> -->
<view class="home-page" style='margin-top: {{height}}px;'>
<fa-card card-data="{{cardData}}"></fa-card>
<view style="top: {{isFixed ? height : 'null'}}px" class="{{isFixed ? 'swiper-title-container-fixed' : 'swiper-title-container'}}">
<view data-targetId="{{idx}}" bindtap="clickMe" wx:for="{{swiperData}}" wx:for-index="idx" wx:key="unique" class="swiper-title {{idx === current ? 'swiper-title-selected' : ''}}">
<view>{{item.title}}</view>
<image hidden="{{idx !== current}}" src="/assets/home/active-shape.png" style="width:56rpx;height:16rpx;"></image>
</view>
</view>
<view wx:for="{{swiperData}}" wx:for-index="idx" wx:key="unique" id="{{'nav-' + idx}}" style="padding:0 32rpx 46rpx;">
<view class="swiper-item" wx:for="{{item.content}}" wx:for-item="i" wx:key="unique">
<view class="swiper-item-left"></view>
<view class="swiper-item-right">
<view class="swiper-item-right-key">{{i.key}}</view>
<view class="swiper-item-right-value">
<view wx:if="{{ i.isArray && !i.isImage }}">
<view wx:for="{{i.value}}" wx:for-item="ic" wx:key="unique">
{{ic}}
</view>
</view>
<scroll-view
scroll-x wx:elif="{{ i.isArray && i.isImage }}">
<view class="swiper-item-right-imgs">
<image wx:for="{{i.value}}" wx:for-item="ic" wx:key="unique" src="{{ic}}" class="card-img"></image>
</view>
</scroll-view>
<view wx:else>{{i.value}}</view>
</view>
</view>
</view>
</view>
</view>
<!-- <view class="userinfo">
<button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button>
<block wx:else>
<image class="userinfo-avatar" src="{{userInfo.avatarUrl}}" mode="cover"></image>
<text class="userinfo-nickname">{{userInfo.nickName}}</text>
</block>
</view>
<view class="usermotto">
<text class="user-motto">{{motto}}</text>
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号码</button>
</view> -->
<!-- </scroll-view> -->
哪个微信版本?更新至最新版本的微信试试看
7.0.4
已经是最新版本了
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)还有当前bug的截图