按钮单击事件无效
为什么我邦定的跳转事件,好象不起作用,在工具,远程调试都没有问题.
index.php
thml
<view id=“1” class=“clear mt10” bindtap=“joinActive”>参于活动</view>
index.js
joinActive: function () {
wx.navigateTo({
url: ‘…/active/active?activeid=’ + this.data.activeid,
})
},
10 回复