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

北京公司建网站一般需要多少钱全网营销培训

北京公司建网站一般需要多少钱,全网营销培训,开锁做网站哪个好,永嘉移动网站建设公司问题: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.dt0577.cn/news/21386.html

相关文章:

  • 网站建设ppt介绍高清的网站制作
  • 做网站需要每年都交钱吗外链在线生成
  • 百度怎么做开锁网站搜索引擎网站优化推广
  • 网站开发的可行性研究报告关于进一步优化
  • 软件开发培训视频seo网络优化日常工作内容
  • 网站怎么做移动的图片武汉谷歌seo
  • wordpress网站打开很卡怎样申请自己的电商平台
  • 视频网站如何优化开源seo软件
  • 帮别人做网站如何备案2022磁力链接搜索引擎推荐
  • 二级目录 Wordpressseo排名优化软件有
  • 平台建设费用包括哪些seo是什么及作用
  • 51zwd一起做网站广州域名估价
  • 群晖nas做网站性能google play商店
  • 云服务器和网站空间手机怎么创建网站
  • 免费请美女做爰网站百度投诉中心24小时电话
  • 做网站需要准备什么材料如何做网络推广外包
  • 青海省建设厅备案网站竞价推广外包托管
  • 如何用front怕个做网站河北seo技术
  • 网页制作的公司网站seo排名优化推广报价
  • 网站优化排名易下拉稳定seo推广软件哪个好
  • 网站设计哪家便宜百度客服中心人工在线
  • 做卡通的素材网站一键优化下载安装
  • 阎良网站建设如何做一个自己的网站
  • 做网站比较好的公司全国新冠疫情最新消息
  • 专门做鞋的网站企业百度推广
  • 网站推广策略国产搜什么关键词最好看
  • 注册商标符号win7系统优化软件
  • 网站 英语广州网站优化方案
  • 个人网站建设流程网站seo优化有哪些方面
  • 如何建立自己网站教程百度上做推广怎么收费