From 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 四月 2020 17:48:36 +0800 Subject: [PATCH] 2020-04-17 --- src/templates/zshare/verifycardprint/index.jsx | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/templates/zshare/verifycardprint/index.jsx b/src/templates/zshare/verifycardprint/index.jsx index 24242c7..452d7ed 100644 --- a/src/templates/zshare/verifycardprint/index.jsx +++ b/src/templates/zshare/verifycardprint/index.jsx @@ -105,7 +105,7 @@ notification.warning({ top: 92, message: res.message, - duration: 10 + duration: 5 }) } }) @@ -127,13 +127,13 @@ className: 'notification-custom-error', top: 92, message: '鎵ц澶辫触锛�', - duration: 15 + duration: 10 }) } else if (errorType === 'N') { notification.error({ top: 92, message: '鎵ц澶辫触锛�', - duration: 15 + duration: 10 }) } else if (errorType === 'E') { Modal.error({ @@ -189,14 +189,14 @@ notification.warning({ top: 92, message: '鎵撳嵃绫诲瀷琛ㄦ牸涓璙alue銆乀ext瀛楁涓嶅彲涓虹┖!', - duration: 10 + duration: 5 }) return } else if (!isvalid) { notification.warning({ top: 92, message: '鎵撳嵃绫诲瀷琛ㄦ牸涓璙alue瀛楁涓嶅彲閲嶅!', - duration: 10 + duration: 5 }) return } @@ -209,7 +209,7 @@ notification.warning({ top: 92, message: '閾炬帴鍦板潃涓庢墦鍗版ā鏉夸笉鍙负绌�!', - duration: 10 + duration: 5 }) } }) @@ -403,7 +403,7 @@ </Col> <Col span={8}> <Form.Item label={'鍋滅暀鏃堕棿'}> - <InputNumber defaultValue={verify.ntime || 15} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ntime')}} /> + <InputNumber defaultValue={verify.ntime || 10} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ntime')}} /> </Form.Item> </Col> </Row> @@ -418,7 +418,7 @@ </Col> <Col span={8}> <Form.Item label={'鍋滅暀鏃堕棿'}> - <InputNumber defaultValue={verify.ftime || 15} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ftime')}} /> + <InputNumber defaultValue={verify.ftime || 10} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ftime')}} /> </Form.Item> </Col> </Row> -- Gitblit v1.8.0