From 0d6459d3bcd158d358752d2a6721a80e1192e110 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 24 十一月 2020 19:10:11 +0800
Subject: [PATCH] 2020-11-24

---
 src/tabviews/zshare/settingcomponent/index.jsx |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/tabviews/zshare/settingcomponent/index.jsx b/src/tabviews/zshare/settingcomponent/index.jsx
index 14f627a..cc01bcb 100644
--- a/src/tabviews/zshare/settingcomponent/index.jsx
+++ b/src/tabviews/zshare/settingcomponent/index.jsx
@@ -22,17 +22,6 @@
     confirmLoading: false, // 鑷畾涔夎缃ā鎬佹鍔犺浇涓�
   }
 
-  /**
-   * @description 鍗$墖鍒濆鍖栵紝璁剧疆鍗$墖鐨勯厤缃俊鎭�
-   */
-  UNSAFE_componentWillMount () {
-    
-  }
-
-  UNSAFE_componentWillReceiveProps(nextProps) {
-    
-  }
-
   shouldComponentUpdate (nextProps, nextState) {
     return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState))
   }

--
Gitblit v1.8.0