1.tag/index.wxml
網(wǎng)站建設(shè)哪家好,找創(chuàng)新互聯(lián)!專注于網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、微信小程序定制開發(fā)、集團企業(yè)網(wǎng)站建設(shè)等服務項目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了瑪曲免費建站歡迎大家使用!
2.tag/index.js
properties:{ text:String }, methods:{ onTap:function(event){ this.triggerEvent("tapping",{ text:this.propertie.text },{}) } }
3.在父組件頁面上要引入子組件
1.detail.wxml
2.detail.js
onPost:function(event){ event.detail.text }