'展厅UI模块'
This commit is contained in:
@@ -14,6 +14,10 @@ export default {
|
||||
title: {
|
||||
type: String,
|
||||
default: uni.$u.props.picker.title
|
||||
},
|
||||
round: {
|
||||
type: [String, Number],
|
||||
default: 0
|
||||
},
|
||||
// 对象数组,设置每一列的数据
|
||||
columns: {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<u-popup
|
||||
:show="show"
|
||||
@close="closeHandler"
|
||||
:round="round"
|
||||
>
|
||||
<view class="u-picker">
|
||||
<u-toolbar
|
||||
|
||||
Reference in New Issue
Block a user