<p style="margin-top: 0px; margin-bottom: 19.7969px; white-space: normal; Box-sizing: border-Box; color: rgb(51,51,51);">微信小程序跳转方法:
<ol class=" list-paddingleft-2" style="width: 744.797px; white-space: normal;">
跳转 2.绑定事件跳转
跳转 //test.jsPage({
bindViewTap: function(option)
{
wx.navigateTo({
url: '../aa/aa'})
}
})