shaogen1995 1 year ago
parent
commit
601e5783e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/A6hot/index.tsx

+ 2 - 2
src/pages/A6hot/index.tsx

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