jufubao-base 1.0.108 → 1.0.109
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/package.json
CHANGED
|
@@ -372,7 +372,7 @@ export default {
|
|
|
372
372
|
notice: '在使用非通屏显示类型广告位之外的样式时,<span style="color: red">(显示索引+标题|显示索引)</span>使用"<span style="color: red">显示圆点</span>"',
|
|
373
373
|
inline: false,
|
|
374
374
|
},
|
|
375
|
-
params.poster['type'] !== '1' && params['isCarousel'] === 2 && {
|
|
375
|
+
(params.poster && params.poster['type'] && params.poster['type'] !== '1') && params['isCarousel'] === 2 && {
|
|
376
376
|
label: '广告位内容显示行数:',
|
|
377
377
|
ele: 'xd-radio',
|
|
378
378
|
valueKey: 'rows',
|