这个报错找不出是什么问题?

发布于 7 年前作者 jieyan12220 次浏览最后编辑 7 年前来自 ask

Component “components/platform/platform” does not have a method “hello” to handle event “tap”



这样写怎么会报上面的错:

platform.wxml文件:<view class="fontbind:tap='hello'>我要入驻</view>

platform.js文件:methods:{

hello(){

wx.navigateTo({

  url: '../../index/index',

})

}

},

1 回复
mindu
mindu1 楼5 年前

bindtap