From 5a887acf1924950715086633d329db045223b5c4 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Tue, 09 Jun 2020 14:47:27 +0800 Subject: [PATCH] test --- SunshineIns/src/page/UnderAgeList.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SunshineIns/src/page/UnderAgeList.jsx b/SunshineIns/src/page/UnderAgeList.jsx index 83bd989..4684b10 100644 --- a/SunshineIns/src/page/UnderAgeList.jsx +++ b/SunshineIns/src/page/UnderAgeList.jsx @@ -111,7 +111,7 @@ }); Fetch.socialCompanyDetail(id) .then(res => { - this.setState({ savedate: res }) + this.setState({ savedate: res, fingerCode: res.fingerCode }) }) } @@ -131,7 +131,7 @@ }); return message.warning("电话号码格式不正确"); } - }else{ + } else { this.setState({ loading: false }); -- Gitblit v1.8.0