lxui-uni 组件库

该组件用于底部操作区域,例如:左侧价格等,右侧提交按钮等。

如何使用

< lx-operate-bottom tipType="price" ></ lx-operate-bottom>

Props

参数说明类型默认值可选值
tipType操作区的模式,分别包括价格、折扣、自定义price | discount | custom--
customTxt自定义左侧提示语,当tipType为custom时生效string--
rightConfirmTxt右侧提交类型按钮的文字string--
rightCancelTxt右侧取消类型按钮的文字string--
discount折扣值,当tipType为discount | price时生效string | number--
amount价格值,当tipType为discount | price时生效string | number--
tip左侧价格说明文字,当tipType为price时生效string--