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/pb-ui.js CHANGED
@@ -1017,7 +1017,7 @@
1017
1017
  const recurveRecList = (query) => __awaiter(void 0, void 0, void 0, function* () {
1018
1018
  var _y, _z, _0, _1, _2, _3;
1019
1019
  query.pageNum = pageNum;
1020
- 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 }));
1020
+ 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 }));
1021
1021
  if (!(result === null || result === void 0 ? void 0 : result.success)) {
1022
1022
  return undefined;
1023
1023
  }