API
Component

Wxcolleactionttention ($UI/comp/wxcolleactionttention/components/wxcolleactionttention/wxcolleactionttention)

使用范围:UI2

Contents

component Wxcolleactionttention ($UI/comp/wxcolleactionttention/components/wxcolleactionttention/wxcolleactionttention) extends BindComponent

<b>使用场景</b>:关注组件 ; <b>使用方法</b>:拖入设计器中,即可在所有组件中的点击事件选择添加关注和查看关注内容等操作;

	
	

Constructor Top

  Wxcolleactionttention ()
  Wxcolleactionttention ( options)

Operations Top

void addAttention ()
void attentionList ()

Constructor details Top

public Wxcolleactionttention ()

<b>使用场景</b>:关注组件 ; <b>使用方法</b>:拖入设计器中,即可在所有组件中的点击事件选择添加关注和查看关注内容等操作;

	
	

public Wxcolleactionttention ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

Operations Detail Top

public void addAttention ()

关注

See AddAttention

Return Value

void

public void attentionList ()

关注列表

See AttentionList

Return Value

void