样式修改
This commit is contained in:
parent
1ba3d8b871
commit
40cba56cf7
@ -352,6 +352,7 @@ export default function Index() {
|
|||||||
const handleChange = (e:any) => {
|
const handleChange = (e:any) => {
|
||||||
console.log(e.target.value);
|
console.log(e.target.value);
|
||||||
if(e.target.value == ''){
|
if(e.target.value == ''){
|
||||||
|
setKeywords('')
|
||||||
nav('/home', {
|
nav('/home', {
|
||||||
state: {
|
state: {
|
||||||
keyword: '',
|
keyword: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user