首页 常用功能图标太大,改为一行4个

编辑完常用功能,提交后直接返回业务中心,
并设定首页需要刷新
This commit is contained in:
xuli3099
2025-09-10 16:20:53 +08:00
parent d244f20aac
commit 612de69d7b
3 changed files with 9 additions and 5 deletions

View File

@@ -157,6 +157,7 @@ const handleSubmit= async()=>{
await bizFavoriteSetting({bizIds:bizIds.value.join(",")});
showAlert("操作成功")
hideLoading();
uni.navigateBack();
} catch (error) {
hideLoading();
}