From ced580363e097ffbfaca72092f704cc73048027e Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Wed, 21 Sep 2022 20:14:15 +0800 Subject: [PATCH] fix: is third party error --- .../uni-id-co/module/login/login-by-weixin-mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/login/login-by-weixin-mobile.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/login/login-by-weixin-mobile.js index 2aab4bb..b508e4e 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/login/login-by-weixin-mobile.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/login/login-by-weixin-mobile.js @@ -144,7 +144,7 @@ module.exports = async function (params = {}) { sessionKey }) }, - isThirdParty: true, + isThirdParty: false, type }) } -- GitLab