3.tui-drawer抽屉组件优化,支持left,right,bottom,top方向弹出,可自定义背景色。4.倒计时组件优化,新增毫秒展示。5.时间选择器优化,支持header,body等部分背景色修改。6.宫格组件优化,可去掉宫格边框线条。7.修复地图周边兴趣点在H5端出错的问题。8.新增[ThorUI示例]入口。
21.tui-drawer 抽屉 组件优化,支持支付宝、百度、QQ、字节小程序。 22.tui-swipe-action 滑动菜单 组件优化,支持支付宝、百度、QQ、字节小程序。 23.tui-bottom-navigation 底部导航菜单 组件优化,支持支付宝、百度、QQ、字节小程序。 24.tui-cascade-selection 级联选择 组件优化,支持支付宝、百度、QQ、字节小程...
// { // "id" : "自定义标识,必须唯一", // "path" : "子页面路径 pages/index/drawer.nvue", // "type" : "popup", /* position String absolute 原生子窗体的排版位置,排版位置决定原生子窗体在父窗口中的定位方式。 可取值:"static",原生子窗体在页面中正常定位,如果页面存在滚动条则随窗口内容...
uni-ui 优化 uni-drawer 组件废弃 visible 属性,改用 open()、close() 方法开关抽屉,避免在某些场景不能正常关闭的 Bug uni-ui 优化 uni-popup 组件部分代码逻辑,可支持自定义扩展组件 uni-ui 修复 uni-drawer 组件 close 回调执行两遍的 Bug uni-ui 修复 uni-goods-nav 组件 buttonGroup 属性修改 color ...
https://uniapp.dcloud.io/component/uniui/uni-drawer](https://uniapp.dcloud.io/component/uniui/uni-drawer) https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource) https://uniapp.dcloud.io/component/uniui/uni-easyinput](https://uniapp.d...
<template> <view> 点我打开 <uni-drawer ref="drawer"> <view style="padding:30rpx;"> 我是从抽屉 </view> </uni-drawer> </view> </template> export default { data() { return { } }, methods: { open() { this.$refs.drawer.open() } } } 运行环境判断在HBuilderX中,点击运行编...
{ "pages": [{ "path": "pages/index/index", //首页 "style": { "app-plus": { "titleNView": false , //禁用原生导航栏 "subNVues":[{//侧滑菜单 "id": "drawer", //subNVue 的 id,可通过 uni.getSubNVueById('drawer') 获取 "path": "pages/index/drawer.nvue", // nvue 路径 "st...
3.tui-drawer抽屉组件优化,支持left,right,bottom,top方向弹出,可自定义背景色。4.倒计时组件优化,新增毫秒展示。5.时间选择器优化,支持header,body等部分背景色修改。6.宫格组件优化,可去掉宫格边框线条。7.修复地图周边兴趣点在H5端出错的问题。8.新增[ThorUI示例]入口。
uni-ui 优化 uni-drawer 组件废弃 visible 属性,改用 open()、close() 方法开关抽屉,避免在某些场景不能正常关闭的 Bug uni-ui 优化 uni-popup 组件部分代码逻辑,可支持自定义扩展组件 uni-ui 修复 uni-drawer 组件 close 回调执行两遍的 Bug uni-ui 修复 uni-goods-nav 组件 buttonGroup 属性修改 color 颜...
uni-ui 优化 uni-drawer 组件废弃 visible 属性,改用 open()、close() 方法开关抽屉,避免在某些场景不能正常关闭的 Bug uni-ui 优化 uni-popup 组件部分代码逻辑,可支持自定义扩展组件 uni-ui 修复 uni-drawer 组件 close 回调执行两遍的 Bug uni-ui 修复 uni-goods-nav 组件 buttonGroup 属性修改 color 颜...