fx-client-cashier
v1.1.6
Published
付迅PC收银台组件
Downloads
5
Readme
import { FxPayModal } from 'fx-client-cashier';
fx-client-cashier.
API
{
isDev,
token, source, billNo, expirationTime,
initModal:{
title, open, onCancel, onOk, toOrderDetail,...
}
}
| 属性 | 说明 | 类型 | 默认值 |
| - | - | - | - |
| isDev | 是否测试环境 | boolean | false |
| token | 用户唯一标识 | string | - |
| source | 识别来源 | string | - |
| billNo | 交易号 | string | - |
| expirationTime | 交易截止时间 | Date:string | moment().add(30,'m') |
| initModal.title | 对话框标题 | ReactNode | - |
| initModal.open | 对话框是否可见 | boolean | false |
| initModal.onCancel | 点击遮罩层或右上角叉或取消按钮的回调 | function(e) | - |
| initModal.toOrderDetail | 点击订单详情按钮的回调 | function(e) | - |
对话框库antd:v5.18.3,API详情:https://ant.design/components/modal-cn#api
Install
Using npm:
$ npm install --save fx-client-cashier
or using yarn:
$ yarn add fx-client-cashier
Start project in sandbox
npm run dev
Build project for production
npm run build