Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bobiscool authored Jan 6, 2025
1 parent 817dda8 commit 7393c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ App({
callback(null, self.globalData.openid)
},
fail: function(res) {
console.log('拉取用户openid失败,将无法正常使用开放接口等服务', res)
console.log('拉取用户openid失败,将无法正常使用开放接口等服务 ', res)
callback(res)
}
})
Expand Down

0 comments on commit 7393c6a

Please sign in to comment.