You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

1023 B

\resource\components\mobile\DetailView.js

//展示一个名值对集合
/*
集合成员:
{
	hideIfEmpty : true,     //值为空时是否隐藏,默认不隐藏
	name : name,		//名称
	value : value,		//值
	prop : prop || "",	//属性  
                        important表示值用红色加粗表示 
                        divider表示本行是一个分隔行,只显示名称
                        map表示点击后用地图打开
                        telephone表示点击后拨打电话
                        url表示点击后打开一个新界面(本地路由)
                        dateLimit表示剩余时间
                        portRate将一个以kb为单位的数字转为mb为单位的字符串
                        colord表示着色,参数为颜色值
                        boolean表示是一个是否值(是,否,Y,N)
                        html表示值是html
                        largeText表示大文本
                        newValue表示是一个新旧值对比,新值在value里,旧值在extend里

	extend : ""//扩展属性,视prop的值不同,格式不同
}
*/

如: {name:"红色",value:"我是红色字",prop:"colord",extend:"red"}