Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Jun 11, 2024
1 parent 4ff8004 commit 5ed1d2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/me/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Page({

const appBaseInfo = fresnsClient.appBaseInfo;
if (appBaseInfo.isApp && appBaseInfo.platform == 'ios') {
// 如果 iOS 设备中没有安装微信,则不显示微信登录按钮
// 满足苹果审核要求
wx.miniapp.hasWechatInstall({
success: (res) => {
this.setData({
Expand Down

0 comments on commit 5ed1d2e

Please sign in to comment.