更新记录
2.0.0 下载此版本
2022-01-14更新版本
1.优化了弹窗弹出和关闭的动画闪退bug
1.0.0 下载此版本
1.第一版本,已测试
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | - | - | - | √ | - | √ | √ |
其他
多语言 | 暗黑模式 | 宽屏模式 |
---|---|---|
× | × | √ |
预约,日历时间段选择,时间段区间选择组件模块
写在前面
在页面引入组件
import timeSlot from "@/components/wanghexu-timeslot/wanghexu-timeslot.vue"
<timeSlot
ref="timeslot"
:title="'选择时间段'"
@confirm="confirmTime">
</timeSlot>
弹窗弹出
openTime(){
this.$refs.timeslot.open()
}