pb-sxp-ui 1.18.0 → 1.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1024,7 +1024,7 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
1024
1024
  const recurveRecList = (query) => __awaiter(void 0, void 0, void 0, function* () {
1025
1025
  var _y, _z, _0, _1, _2, _3;
1026
1026
  query.pageNum = pageNum;
1027
- result = isDiy ? yield (bffFetch === null || bffFetch === void 0 ? void 0 : bffFetch('v3/recommend/direct/page/view', { method: 'POST', body: query })) : yield (bffFetch === null || bffFetch === void 0 ? void 0 : bffFetch('recommend/direct_page', { method: 'POST', body: query }));
1027
+ result = isDiyH5 ? yield (bffFetch === null || bffFetch === void 0 ? void 0 : bffFetch('v3/recommend/direct/page/view', { method: 'POST', body: query })) : yield (bffFetch === null || bffFetch === void 0 ? void 0 : bffFetch('recommend/direct_page', { method: 'POST', body: query }));
1028
1028
  if (!(result === null || result === void 0 ? void 0 : result.success)) {
1029
1029
  return undefined;
1030
1030
  }