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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +4 -4
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +1 -1
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +4 -4
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/context/SxpDataSourceProvider.js +1 -1
- package/lib/core/context/SxpDataSourceProvider.js +1 -1
- package/package.json +1 -1
@@ -376,7 +376,7 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
|
|
376
376
|
const recurveRecList = (query) => __awaiter(void 0, void 0, void 0, function* () {
|
377
377
|
var _y, _z, _0, _1, _2, _3;
|
378
378
|
query.pageNum = pageNum;
|
379
|
-
result =
|
379
|
+
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 }));
|
380
380
|
if (!(result === null || result === void 0 ? void 0 : result.success)) {
|
381
381
|
return undefined;
|
382
382
|
}
|
@@ -379,7 +379,7 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
|
|
379
379
|
const recurveRecList = (query) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
380
380
|
var _y, _z, _0, _1, _2, _3;
|
381
381
|
query.pageNum = pageNum;
|
382
|
-
result =
|
382
|
+
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 }));
|
383
383
|
if (!(result === null || result === void 0 ? void 0 : result.success)) {
|
384
384
|
return undefined;
|
385
385
|
}
|