jufubao-base 1.0.258 → 1.0.259
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
|
@@ -47,7 +47,7 @@ export default {
|
|
|
47
47
|
{label: '普通用户样式', value: 'N'},
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
-
data['
|
|
50
|
+
data['is_plus_site']==='N'&&{
|
|
51
51
|
label: '内容排版:',
|
|
52
52
|
ele: 'xd-radio',
|
|
53
53
|
valueKey: 'text_type',
|
|
@@ -61,7 +61,7 @@ export default {
|
|
|
61
61
|
{label: '垂直', value: 'Y'},
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
data['
|
|
64
|
+
data['is_plus_site']==='N'&&{
|
|
65
65
|
label: "头像右侧内容:",
|
|
66
66
|
ele: "xd-radio-self",
|
|
67
67
|
valueKey: "rightContent",
|