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.js CHANGED
@@ -1002,7 +1002,7 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
1002
1002
  const recurveRecList = (query) => __awaiter(void 0, void 0, void 0, function* () {
1003
1003
  var _y, _z, _0, _1, _2, _3;
1004
1004
  query.pageNum = pageNum;
1005
- 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 }));
1005
+ 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 }));
1006
1006
  if (!(result === null || result === void 0 ? void 0 : result.success)) {
1007
1007
  return undefined;
1008
1008
  }