WXL
4 天以前 4d9da000fbe74d344e0e4580b138e79d4ad98ede
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,