|
@@ -147,11 +147,11 @@ function A6hot() {
|
|
|
|
|
|
// 获取右边数据
|
|
|
const getListFu2 = useCallback(async () => {
|
|
|
- const res1 = await A6_APIgetNumList("goods");
|
|
|
+ const res1 = await A6_APIgetNumList("exhibition");
|
|
|
if (res1.code === 0) {
|
|
|
setRightData1(res1.data);
|
|
|
|
|
|
- const res2 = await A6_APIgetNumList("exhibition");
|
|
|
+ const res2 = await A6_APIgetNumList("goods");
|
|
|
if (res2.code === 0) {
|
|
|
setRightData2(res2.data);
|
|
|
|