回放修改接口格式

This commit is contained in:
冯少康 2026-08-07 12:00:26 +08:00
parent 37a088d6ac
commit 7fdf5c810a
3 changed files with 6 additions and 6 deletions

View File

@ -307,7 +307,7 @@ function updateTimeLabel(ctime: any) {
//
EventBusTool.getEventBus().publish("playData", {
key: "addyctqjsGis",
data: res.result,
data: res,
weatherType:params.weatherType
});
});
@ -320,7 +320,7 @@ function updateTimeLabel(ctime: any) {
//
EventBusTool.getEventBus().publish('playData', {
key: 'addyctqjsGis',
data: res.result,
data: res,
weatherType:3
});
});

View File

@ -110,7 +110,7 @@ function handleIconClick(item: meteorologyItem) {
//
EventBusTool.getEventBus().publish("playData", {
key: "addyctqjsGis",
data: res.result,
data: res,
weatherType:gisImgOpt.weatherType
});
});

View File

@ -164,9 +164,9 @@ export async function playbackSearchData(
isLoding
});
if (response.success && response.code === 200) {
// if (response.success && response.code === 200) {
callback?.(response);
}
// }
}
/**