简要描述:

  • 标题组件数据

返回示例:

  {
        "id": "M1596600721724",
        "component_key": "U_title",
		"component_title": "标题栏",
		"remote_data": {
			"preview_color": {
				"isColor": "1",
				"color": "#A95151",
				"image": ""
			},
			"show_title": true,
			"title": "标题",
			"text_size": 16,
			"text_color": "#333333",
			"text_align": "center",
			"text_style": [],
			"show_second_title": true,
			"second_title": "副标题",
			"second_text_size": 12,
			"second_text_color": "#333333",
			"second_text_align": "center",
			"second_text_style": [],
			"padding_top": 0,
			"padding_bottom": 0,
			"padding_left": 0,
			"padding_right": 0
		},
			"data": "",
	}

返回参数说明:

参数名 类型 说明
id int 页面组件唯一标识
component_key string 组件标识(每个类型主键组件标识一致)
component_title string 组件名称
remote_data array 组件装修内容
data array 组件数据

remote_data参数说明:

参数名 类型 说明
preview_color string 背景
show_title string 是否显示标题
title string 标题内容
text_size string 标题字体
text_color string 标题颜色
text_style string 标题字体样式

备注: