WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/uview-plus/components/u-action-sheet/props.js
@@ -31,6 +31,16 @@
            type: Array,
            default: () => defProps.actionSheet.actions
        },
        // 选项名称key
        nameKey: {
            type: String,
            default: () => defProps.actionSheet.nameKey
        },
        // 选项子名称key
        subnameKey: {
            type: String,
            default: () => defProps.actionSheet.subnameKey
        },
        // 取消按钮的文字,不为空时显示按钮
        cancelText: {
            type: String,