mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-22 21:42:21 +08:00
fix: Issues #I65G7Y 在 appinfo 界面执行搜索无反应
网页搜索未切换 stackedWidget Log: 添加切换 stackedWidget 至 index 0 操作
This commit is contained in:
parent
fbffe12501
commit
b93f6362b7
@ -789,6 +789,7 @@ void Widget::searchApp(QString text)
|
||||
}else{
|
||||
ui->webEngineView->setUrl(serverUrl + "store/#/darksearch?keywords=" + text);
|
||||
}
|
||||
ui->stackedWidget->setCurrentIndex(0);
|
||||
// spinner->stop();
|
||||
// spinner->hide();
|
||||
mutex.unlock();
|
||||
|
Loading…
x
Reference in New Issue
Block a user