shawenguan 1 an în urmă
părinte
comite
61892e5f50
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Scripts/imoutai/imoutaiHelper.js

+ 1 - 1
Scripts/imoutai/imoutaiHelper.js

@@ -506,7 +506,7 @@ async function getShopItem(sessionId, itemId, token, deviceId, province, city, z
                                 lk.log(`###${i}###shopId=${shopObj.shopId}`);
                                 lk.log(`${itemId} ${JSON.stringify(shopObj)}`);
                                 if(shopIds.indexOf(shopObj.shopId) > -1){
-                                    if (shopObj.shopId && shopId.indexOf(itemId) > -1) {
+                                    if (shopObj.shopId && shopObj.shopId.indexOf(itemId) > -1) {
                                         ret = shopObj.shopId;
                                         break;
                                     }