如果你对该文章中的内容有疑问/不解,可以点击此处链接提问
要注明问题和此文章链接地址 点击此处跳转
扫码小程序后跳转页面
<view class="ss" bindtap='saoma'> <image src='../../img/my_con1.png'></image> 扫一扫 </view>
wx.scanCode({ success(res) { console.log(res) return false if (res.errMsg =='scanCode:ok'){ wx.navigateTo({ url: '/'+res.path }) } } })