随笔分类 -  uniapp

上一页 1 2

这里有我的个人心得 和 学习笔记
uni-app表单组件
摘要:H5 的 select 标签用 picker 组件进行代替 https://uniapp.dcloud.io/component/button <template> <view> <picker @change="bindPickerChange" :value="index" :range="ar 阅读全文

posted @ 2021-05-24 15:37 完美前端 阅读(2301) 评论(0) 推荐(0)

禁止蒙版下的页面滚动
摘要:<view class="mask" @touchmove.stop.prevent="moveHandle"></view> 阅读全文

posted @ 2021-05-24 15:21 完美前端 阅读(84) 评论(0) 推荐(0)

上一页 1 2

导航