支付宝小程序

支付宝小程序组件的
1、properties应该为props
取值是this.props.***
2、组件绑定点击事件:ref="setSearchVideoRef"
<search-video ref="setSearchVideoRef"  keyWords="{{keyWords}}"></search-video>
setSearchVideoRef(ref) {
  this.searchVideoRef = ref;
},
console.log('this.searchVideoRef', this.searchVideoRef)
3、组件的初始化:
ready修改为didMount
4、支付宝点击是是onTap,注意大小写。
 
posted @ 2022-11-14 10:34  kpengfang  阅读(224)  评论(0编辑  收藏  举报