From 7b02aa0ec5ae53a7bc0db24b88621435884a3c76 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 07 三月 2022 14:37:13 +0800 Subject: [PATCH] 2022-03-07 --- src/components/header/index.jsx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx index dca77b8..3761868 100644 --- a/src/components/header/index.jsx +++ b/src/components/header/index.jsx @@ -586,6 +586,12 @@ setTimeout(() => { Api.getAppVersion().then(() => {}, () => {}) }, 1000) + // Api.genericInterface({ + // func: 's_get_fcc_account_data', + // fcc_date: '2022-03-01', + // search_type: '' + // }).then(res => { + // }) } shouldComponentUpdate (nextProps, nextState) { -- Gitblit v1.8.0