Passing values inside and outside the components of the applet

The main code:

 //组件内部往外传值
      this.triggerEvent('selectChanges',{cid:evt.currentTarget.id},{})

1.

2.

3.

 

 

Guess you like

Origin blog.csdn.net/xiaoyun888_/article/details/109672121