From 2e3a445eb593368b8f84084095f18a3e8979c0c1 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Sun, 4 Aug 2024 00:20:26 +0800 Subject: [PATCH] fix(custom): --- src/views/commodity/hot_list/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/commodity/hot_list/index.vue b/src/views/commodity/hot_list/index.vue index a2271c0..4d10285 100644 --- a/src/views/commodity/hot_list/index.vue +++ b/src/views/commodity/hot_list/index.vue @@ -637,6 +637,7 @@ const veeify = async () => { if (!errors) { data = { ...nowRow.value, + gid: [nowRow.value.gid], } await api.getHotStatus(data) await getList()