* @property {String} placeholder 输入框的提示文字 * @event {Function} change 选中发生变化触发 */ export default { name: "uni-stat-select", name: "uni-stat-select", mixins: [uniCloud.mixinDatacom || {}], data() { return { @@ -56,22 +56,18 @@ props: { localdata: { type: ...