新增打开微信小程序增加开通会员测试环境

This commit is contained in:
唐明明
2021-09-08 10:02:56 +08:00
parent 4f33cdbceb
commit c0ef48f7cf
11 changed files with 319 additions and 205 deletions

View File

@@ -60,7 +60,6 @@ class userAuth {
uni.preLogin({
provider: 'univerify',
success : res=> {
console.log(2222)
this.keyLogin().then(() => {
resolve({
auth: true
@@ -80,7 +79,6 @@ class userAuth {
}
// 一键登录
keyLogin(){
console.log(denglu)
return new Promise((resolve, reject) => {
uni.login({
provider : 'univerify',