当前位置: 首页 > news >正文

网站设计的背景重庆人力资源和社会保障网

网站设计的背景,重庆人力资源和社会保障网,17网站一起做网店增城,徐州云网信息技术有限公司问题:ActionSheet滚动不了。 使用uview ui :u-action-sheet, 但是item太多,超出屏幕了, 查了一下文档,并没有设置滚动的地方。 官方文档:ActionSheet 操作菜单 | uView - 多平台快速开发的UI框架 - uni-a…

问题:ActionSheet滚动不了。

使用uview ui :u-action-sheet, 但是item太多,超出屏幕了, 查了一下文档,并没有设置滚动的地方。

官方文档:ActionSheet 操作菜单 | uView - 多平台快速开发的UI框架 - uni-app UI框架

解决

只能修改源码了,在v-for遍历外面添加一个滚动视图,即可,其他不变

<template><u-popup mode="bottom" :border-radius="borderRadius" :popup="false" v-model="value" :maskCloseAble="maskCloseAble"length="auto" :safeAreaInsetBottom="safeAreaInsetBottom" @close="popupClose" :z-index="uZIndex"><view class="u-tips u-border-bottom" v-if="tips.text" :style="[tipsStyle]">{{tips.text}}</view><scroll-view scroll-y style="min-height: 100rpx;max-height: 700rpx;"><block v-for="(item, index) in list" :key="index"><view@touchmove.stop.prevent@tap="itemClick(index)":style="[itemStyle(index)]"class="u-action-sheet-item u-line-1":class="[index < list.length - 1 ? 'u-border-bottom' : '']":hover-stay-time="150"><text>{{item.text}}</text><text class="u-action-sheet-item__subtext u-line-1" v-if="item.subText">{{item.subText}}</text></view></block></scroll-view><view class="u-gab" v-if="cancelBtn"></view><view @touchmove.stop.prevent class="u-actionsheet-cancel u-action-sheet-item" hover-class="u-hover-class":hover-stay-time="150" v-if="cancelBtn" @tap="close">{{cancelText}}</view></u-popup>
</template>

 效果:控制差不多半屏显示了,不超屏幕了。 在电脑上用鼠标滚轮很正常。但是在手机滚动不了。

问题2: 手机上触摸滚动不了。

再去看源码,发现包裹着block里的view禁止触摸事件,导致滚动视图滚动不了。把@touchmove.stop.prevent删除即可

最终代码

<template><u-popup mode="bottom" :border-radius="borderRadius" :popup="false" v-model="value" :maskCloseAble="maskCloseAble"length="auto" :safeAreaInsetBottom="safeAreaInsetBottom" @close="popupClose" :z-index="uZIndex"><view class="u-tips u-border-bottom" v-if="tips.text" :style="[tipsStyle]">{{tips.text}}</view><scroll-view scroll-y="true" style="min-height: 100rpx;max-height: 700rpx;"><block v-for="(item, index) in list" :key="index"><view@tap="itemClick(index)":style="[itemStyle(index)]"class="u-action-sheet-item u-line-1":class="[index < list.length - 1 ? 'u-border-bottom' : '']":hover-stay-time="150"><text>{{item.text}}</text><text class="u-action-sheet-item__subtext u-line-1" v-if="item.subText">{{item.subText}}</text></view></block></scroll-view><view class="u-gab" v-if="cancelBtn"></view><view @touchmove.stop.prevent class="u-actionsheet-cancel u-action-sheet-item" hover-class="u-hover-class":hover-stay-time="150" v-if="cancelBtn" @tap="close">{{cancelText}}</view></u-popup>
</template>

 .vue

//...
<view class="submenu"><u-action-sheet :list="subList" v-model="showSub" :tips="menuTitle" @click="selectSubMenu"></u-action-sheet></view>//...export default {components: {HeadNavBar},data() {return {menuTitle: {text: "运营管理"},subList: [{text: 'item1'}, {text: 'item2'}, {text: 'item3'}, {text: 'item4'}, {text: 'item5'},{text: 'item6'}, {text: 'item7'},{text: 'item8'}, {text: 'item9'},{text: 'item10'}, {text: 'item11'},{text: 'item12'}, {text: 'item13'}],showSub: false,}}
}//...

手机上效果:

http://www.ds6.com.cn/news/96839.html

相关文章:

  • 做视频网站带宽要网络精准推广
  • 彩票网站开发风险seo怎么赚钱
  • 网站制作排序品牌营销与推广
  • seo排名啥意思西安seo网络优化公司
  • 高校对网站建设的重视360网站排名优化
  • 网站的robots.txt文件常用的网络营销方式
  • 供应网站建设网络优化工程师工资
  • 西安疫情最新消息轨迹聊城网站seo
  • 网站内如何做内部链接深圳网络营销和推广方案
  • 网站图片怎么做缓存外包客服平台
  • 浙江企业响应式网站建设设计常德网站建设公司
  • 网站开发后端网站关键词排名优化价格
  • 有深度的公司名字宁波网站制作优化服务公司
  • 大连网站制作怎么做百度云链接
  • 自已创建网站要怎么做西安seo优化培训
  • 网站建设开发感想鹤壁网站推广公司
  • 网站建设关于网络推广 公司 200个网站
  • 魏县做网站的百度seo关键词点击软件
  • 天津网站建设-中国互联同仁seo排名优化培训
  • 政府网站设计的内容有哪些长春关键词优化平台
  • wordpress网站地图百度插件百度官网优化
  • wordpress主题安装不了什么是seo站内优化
  • 服务网站开发论文网站seo属于什么专业
  • 网站建设合同范本营销型网站特点
  • 做网站需要到什么技术福州短视频seo公司
  • 宝鸡专业建站公司营销网站定制公司
  • 市政工程中标查询网杭州优化建筑设计
  • 郑州郑东新区网站建设军事新闻最新消息
  • 江苏高效网站制作公司友情链接交换的作用在于
  • 建党100周年网页制作素材优化好搜移动端关键词快速排名