限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:首页 >开发者 >网站框架 >小程序

小程序扫码

分类:小程序时间:2019-08-28浏览:2805
扫码小程序后跳转页面

        
        扫一扫
    
wx.scanCode({
      success(res) {
        console.log(res) 
        return false
        if (res.errMsg =='scanCode:ok'){
          wx.navigateTo({
            url: '/'+res.path
          })
        }
      }
    })
 
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。
0/500
Share your thoughts respectfully.