'展厅UI模块'

This commit is contained in:
xiaoshan
2024-02-02 10:48:19 +08:00
parent 51ce3552d6
commit 3a25c484b5
21 changed files with 1754 additions and 40 deletions

View File

@@ -14,6 +14,10 @@ export default {
title: {
type: String,
default: uni.$u.props.picker.title
},
round: {
type: [String, Number],
default: 0
},
// 对象数组,设置每一列的数据
columns: {

View File

@@ -2,6 +2,7 @@
<u-popup
:show="show"
@close="closeHandler"
:round="round"
>
<view class="u-picker">
<u-toolbar