mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-22 15:37:25 +00:00
fix do_search
This commit is contained in:
parent
b45f8c7129
commit
d47a180251
@ -212,7 +212,7 @@
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Name {group} bind:selected={sender} {selected_init} />
|
<Name {group} bind:selected={sender} {selected_init} />
|
||||||
<button on:click={do_search}>搜索</button>
|
<button on:click={() => do_search()}>搜索</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if result}
|
{#if result}
|
||||||
|
Loading…
Reference in New Issue
Block a user