From 6d9af5c9066a63a4c9b26a0643f5a21275c4c3d6 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 11 May 2021 15:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E7=99=BB=E5=BD=95=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forums/Component/ListSearch.jsx | 5 ++--- src/forums/Forums.js | 2 +- src/forums/Theme.js | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/forums/Component/ListSearch.jsx b/src/forums/Component/ListSearch.jsx index 23026541..7dca6da0 100644 --- a/src/forums/Component/ListSearch.jsx +++ b/src/forums/Component/ListSearch.jsx @@ -1,10 +1,9 @@ import React from 'react'; import { Input } from 'antd'; -import { Greenback } from '../css/layout'; import { Link } from 'react-router-dom'; const Search = Input.Search; -export default (({ onSearch , current_user })=>{ +export default (({ onSearch , current_user , showLoginDialog })=>{ return( @@ -14,7 +13,7 @@ export default (({ onSearch , current_user })=>{ 写点什么 : - + 写点什么 } diff --git a/src/forums/Forums.js b/src/forums/Forums.js index 080e879e..b86ea4c3 100644 --- a/src/forums/Forums.js +++ b/src/forums/Forums.js @@ -155,7 +155,7 @@ function aa(props) {
- +
diff --git a/src/forums/Theme.js b/src/forums/Theme.js index 3006cfb1..2a789fb5 100644 --- a/src/forums/Theme.js +++ b/src/forums/Theme.js @@ -28,6 +28,7 @@ function theme(props) { let plateMainId = props.match.params.plateMainId; let current_user = props.current_user; +// console.log("111",props); // 获取列表 useEffect(() => { if (plateMainId) { @@ -145,7 +146,7 @@ function theme(props) { - +