mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
fix: Issues #I65G7Y 在 appinfo 界面执行搜索无反应
网页搜索未切换 stackedWidget Log: 添加切换 stackedWidget 至 index 0 操作
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user