收藏
回答

bindtap事件真机调试为什么不起作用?

<view class="eduSchool" catchtap="changeY">

        <text>入学年份</text>

        <text class="textValue">{{year}}.{{month}}</text>

        <image src="/utils/images/go.png"></image>

    </view>


changeY: function(){

      var that=this;

      that.setData({

          hiddenY: (!that.data.hiddenY),

          hiddenX: "false",

          hiddenE: "false"

      })

  }


电脑调试可以出发bindtap真机不可以?


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

2 个回答

  • positive
    positive
    2017-06-19

    我也是不起作用,应该说,bindtap真机跑的时候很不灵敏,很难触发,工具上明明好好的

    2017-06-19
    有用
    回复
  • sin
    sin
    2017-04-25

     catchtap="changeY",你写错了,应该是bindtap="changeY"

    2017-04-25
    有用
    回复
登录 后发表内容