pb-sxp-ui 1.16.3 → 1.16.5

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
@@ -19006,7 +19006,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
19006
19006
  cta = (_e = (_d = rec === null || rec === void 0 ? void 0 : rec.video) === null || _d === void 0 ? void 0 : _d.bindCta) === null || _e === void 0 ? void 0 : _e.itemId;
19007
19007
  }
19008
19008
  const value = tempMap === null || tempMap === void 0 ? void 0 : tempMap[cta];
19009
- const isNineProduct = (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.nineProductEnable) && index === 1;
19009
+ const isNineProduct = (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.nineProductEnable) && index === ((rtcList === null || rtcList === void 0 ? void 0 : rtcList[0]) === 'organic menu' ? 2 : 1);
19010
19010
  return (React.createElement(React.Fragment, null,
19011
19011
  isNineProduct && (React.createElement(RenderCard$1, { rec: rec, index: index, tempMap: tempMap, resolver: resolver, isActive: index === activeIndex, value: value, isNineProduct: isNineProduct })),
19012
19012
  ((_f = rec === null || rec === void 0 ? void 0 : rec.video) === null || _f === void 0 ? void 0 : _f.title) && !isShowMore && React.createElement("div", { className: 'clc-sxp-bottom-shadow' }),
@@ -19032,7 +19032,8 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
19032
19032
  globalConfig,
19033
19033
  onExpandableChange,
19034
19034
  isShowMore,
19035
- lineGradStyle
19035
+ lineGradStyle,
19036
+ rtcList
19036
19037
  ]);
19037
19038
  const renderLikeButton = React.useCallback((rec, index, visible) => {
19038
19039
  var _a, _b, _c, _d;