From 4313d9ccea6534b1da71baa1bf499f045d3c1f0b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 七月 2022 00:57:55 +0800 Subject: [PATCH] 2022-07-08 --- src/templates/zshare/verifycard/billcodeform/index.jsx | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/templates/zshare/verifycard/billcodeform/index.jsx b/src/templates/zshare/verifycard/billcodeform/index.jsx index c33ab64..b8368eb 100644 --- a/src/templates/zshare/verifycard/billcodeform/index.jsx +++ b/src/templates/zshare/verifycard/billcodeform/index.jsx @@ -6,8 +6,7 @@ import './index.scss' - -class UniqueForm extends Component { +class BillCodeForm extends Component { static propTpyes = { dict: PropTypes.object, // 瀛楀吀椤� btn: PropTypes.object, // 鎸夐挳淇℃伅 @@ -377,4 +376,4 @@ } } -export default Form.create()(UniqueForm) \ No newline at end of file +export default Form.create()(BillCodeForm) \ No newline at end of file -- Gitblit v1.8.0