收藏
回答

Skyline问题这么多?

莫名其妙的坑,浪费好多时间!!!!首先是wx:for-items不循环的问题,换wx:for才解决。

然后是WXS处理touch事件,可以调用,但没有给参数,换web一点问题没有,唉~~~~

<wxs module="move" >

module.exports = {

  touchStart: function(e, ins) {

    console.log('touchStart',e,ins) //这里e和ins 全是undefined

  }

}

</wxs>

<view class="aset" catchtouchstart="{{move.touchStart}}" >

</view>

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容