gitxsm 3 өдөр өмнө
parent
commit
91d1449b50

+ 3 - 3
script/module/shop/ShopLogic.lua

@@ -253,9 +253,9 @@ function query(human, shopType)
         msgRet.isEnd   = (batchIdx == totalBatches) and 1 or 0
 
         -- 非第一批不重复发送商店列表等头部信息
-        if batchIdx > 1 then
-            msgRet.shopList[0] = 0
-        end
+        -- if batchIdx > 1 then
+        --     msgRet.shopList[0] = 0
+        -- end
 
         local cnt = 0
         for i = startIdx, endIdx do