小程序
小游戏
企业微信
微信支付
扫描小程序码分享
苹果全面屏系统上下滑动的时候有时候页面会突然滑动发不了,再次滑动1-3次后又突然可以上下滑动,再重新进入,频繁操作几次后又会遇到一样的滑动问题
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
<view class="container2" style="width:100%;"> <view style="height: {{scrollHeight}}px"> <scroll-view scroll-y style="width:100%;height:{{scrollHeight}}px;" bindscrolltolower="scrolltopfun"> <view class="center"> <view class="box"> <text>时间:</text> <picker mode="multiSelector" value="{{dateTime1}}" bindchange="changeDateTime1" bindcolumnchange="changeDateTimeColumn1" range="{{dateTimeArray1}}"> <view class="picker"> {{dateTimeArray1[0][dateTime1[0]]}}-{{dateTimeArray1[1][dateTime1[1]]}}-{{dateTimeArray1[2][dateTime1[2]]}} {{dateTimeArray1[3][dateTime1[3]]}}:{{dateTimeArray1[4][dateTime1[4]]}} </view> </picker> <image src="../images/right_1.png"/> </view> <view class="box"> <text>姓名:</text> <text class="name">{{name}}</text> </view> </view> <view class="bottom"> <view class="title">信息内容(图片或文字必有一项)</view> <textarea bindinput="information_content_input" value="{{information_content.text}}" focus="{{focus}}" placeholder="请输入信息内容" maxlength="-1"/> <view class="gallery"> <view class="item" wx:for="{{information_picture}}" wx:key="item"> <image src="{{url}}{{item}}" data-src="{{url}}{{item}}" mode="aspectFill"/> <!-- 删除按钮 --> <view class="delete" bindtap="delete" data-index="{{index}}" data-text=" information"> <image src="../images/wrong.png"/> </view> </view> <view class="item" bindtap="chooseImage" data-wpychooseimage-a=" information"> <view class="addIcon"> <image src="../images/jia.png"/> </view> </view> </view> </view> <!-- 票据照片 --> <view class="bottom"> <view class="title">票据照片</view> <view class="gallery"> <view class="item" wx:for="{{picture1}}" wx:key="item"> <image src="{{url}}{{item}}" data-src="{{url}}{{item}}" mode="aspectFill"/> <!-- 删除按钮 --> <view class="delete" bindtap="delete" data-index="{{index}}" data-text="summary"> <image src="../images/wrong.png"/> </view> </view> <view class="item" bindtap="chooseImage" data-wpychooseimage-a="summary"> <view class="addIcon"> <image src="../images/jia.png"/> </view> </view> </view> </view> <view class="bottom"> <view class="title">小结</view> <textarea bindinput="summary_input" value="{{summary}}" focus="{{focus}}" placeholder="请输入小结" maxlength="-1"/> </view> </scroll-view> </view> <view class="confirm"> <button bindtap="submit_plan" data-wpysubmit_plan-a="">提交</button> </view> </view>
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
贴代码
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
<view class="container2" style="width:100%;"> <view style="height: {{scrollHeight}}px"> <scroll-view scroll-y style="width:100%;height:{{scrollHeight}}px;" bindscrolltolower="scrolltopfun"> <view class="center"> <view class="box"> <text>时间:</text> <picker mode="multiSelector" value="{{dateTime1}}" bindchange="changeDateTime1" bindcolumnchange="changeDateTimeColumn1" range="{{dateTimeArray1}}"> <view class="picker"> {{dateTimeArray1[0][dateTime1[0]]}}-{{dateTimeArray1[1][dateTime1[1]]}}-{{dateTimeArray1[2][dateTime1[2]]}} {{dateTimeArray1[3][dateTime1[3]]}}:{{dateTimeArray1[4][dateTime1[4]]}} </view> </picker> <image src="../images/right_1.png"/> </view> <view class="box"> <text>姓名:</text> <text class="name">{{name}}</text> </view> </view> <view class="bottom"> <view class="title">信息内容(图片或文字必有一项)</view> <textarea bindinput="information_content_input" value="{{information_content.text}}" focus="{{focus}}" placeholder="请输入信息内容" maxlength="-1"/> <view class="gallery"> <view class="item" wx:for="{{information_picture}}" wx:key="item"> <image src="{{url}}{{item}}" data-src="{{url}}{{item}}" mode="aspectFill"/> <!-- 删除按钮 --> <view class="delete" bindtap="delete" data-index="{{index}}" data-text=" information"> <image src="../images/wrong.png"/> </view> </view> <view class="item" bindtap="chooseImage" data-wpychooseimage-a=" information"> <view class="addIcon"> <image src="../images/jia.png"/> </view> </view> </view> </view> <!-- 票据照片 --> <view class="bottom"> <view class="title">票据照片</view> <view class="gallery"> <view class="item" wx:for="{{picture1}}" wx:key="item"> <image src="{{url}}{{item}}" data-src="{{url}}{{item}}" mode="aspectFill"/> <!-- 删除按钮 --> <view class="delete" bindtap="delete" data-index="{{index}}" data-text="summary"> <image src="../images/wrong.png"/> </view> </view> <view class="item" bindtap="chooseImage" data-wpychooseimage-a="summary"> <view class="addIcon"> <image src="../images/jia.png"/> </view> </view> </view> </view> <view class="bottom"> <view class="title">小结</view> <textarea bindinput="summary_input" value="{{summary}}" focus="{{focus}}" placeholder="请输入小结" maxlength="-1"/> </view> </scroll-view> </view> <view class="confirm"> <button bindtap="submit_plan" data-wpysubmit_plan-a="">提交</button> </view> </view>
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
<view style="height: {{scrollHeight}}px">
<scroll-view scroll-y style="width:100%;height:{{scrollHeight}}px;" bindscrolltolower="scrolltopfun">
<view class="center">
<view class="box">
<text>时间:</text>
<picker mode="multiSelector" value="{{dateTime1}}" bindchange="changeDateTime1" bindcolumnchange="changeDateTimeColumn1" range="{{dateTimeArray1}}">
<view class="picker">
{{dateTimeArray1[0][dateTime1[0]]}}-{{dateTimeArray1[1][dateTime1[1]]}}-{{dateTimeArray1[2][dateTime1[2]]}}
{{dateTimeArray1[3][dateTime1[3]]}}:{{dateTimeArray1[4][dateTime1[4]]}}
</view>
</picker>
<image src="../images/right_1.png"/>
</view>
<view class="box">
<text>姓名:</text>
<text class="name">{{name}}</text>
</view>
</view>
<view class="bottom">
<view class="title">信息内容(图片或文字必有一项)</view>
<textarea bindinput="information_content_input" value="{{information_content.text}}" focus="{{focus}}" placeholder="请输入信息内容" maxlength="-1"/>
<view class="gallery">
<view class="item" wx:for="{{information_picture}}" wx:key="item">
<image src="{{url}}{{item}}" data-src="{{url}}{{item}}" mode="aspectFill"/>
<!-- 删除按钮 -->
<view class="delete" bindtap="delete" data-index="{{index}}" data-text=" information">
<image src="../images/wrong.png"/>
</view>
</view>
<view class="item" bindtap="chooseImage" data-wpychooseimage-a=" information">
<view class="addIcon">
<image src="../images/jia.png"/>
</view>
</view>
</view>
</view>
<!-- 票据照片 -->
<view class="bottom">
<view class="title">票据照片</view>
<view class="gallery">
<view class="item" wx:for="{{picture1}}" wx:key="item">
<image src="{{url}}{{item}}" data-src="{{url}}{{item}}" mode="aspectFill"/>
<!-- 删除按钮 -->
<view class="delete" bindtap="delete" data-index="{{index}}" data-text="summary">
<image src="../images/wrong.png"/>
</view>
</view>
<view class="item" bindtap="chooseImage" data-wpychooseimage-a="summary">
<view class="addIcon">
<image src="../images/jia.png"/>
</view>
</view>
</view>
</view>
<view class="bottom">
<view class="title">小结</view>
<textarea bindinput="summary_input" value="{{summary}}" focus="{{focus}}" placeholder="请输入小结" maxlength="-1"/>
</view>
</scroll-view>
</view>
<view class="confirm">
<button bindtap="submit_plan" data-wpysubmit_plan-a="">提交</button>
</view>
</view>
贴代码