commit | f1d0ea8f63722b6fb5b812cf1706e861fa93f6da | [log] [tgz] |
---|---|---|
author | Krishya <2271857550@qq.com> | Sat May 03 17:01:58 2025 +0800 |
committer | Krishya <2271857550@qq.com> | Sat May 10 14:52:22 2025 +0800 |
tree | 62408c984216c8ec95b60af56d4f81bd5223ba94 | |
parent | c0f7e9b98ccae929a8c8b0d25f40aa48f5c8ce1d [diff] [blame] |
修改好友动态、发布动态、促销模块、创建帖子,Resolve review. Change-Id: I84a2460dd1208bc703b0527d98225204d03e5efc
diff --git a/src/pages/Forum/posts-main/components/SearchBar.jsx b/src/pages/Forum/posts-main/components/SearchBar.jsx index 52b873d..281d578 100644 --- a/src/pages/Forum/posts-main/components/SearchBar.jsx +++ b/src/pages/Forum/posts-main/components/SearchBar.jsx
@@ -16,7 +16,7 @@ type="text" value={query} onChange={e => setQuery(e.target.value)} - placeholder="标题" + placeholder="输入要搜索的帖子" className="search-input" /> <button onClick={handleSearch} className="search-btn">搜索</button>