Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
7e134c20
U
uni-starter
项目概览
DCloud
/
uni-starter
通知
4666
Star
228
Fork
210
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
7e134c20
编写于
4月 08, 2021
作者:
L
linju
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
123
上级
46220155
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
63 addition
and
12 deletion
+63
-12
manifest.json
manifest.json
+14
-6
pages/list/list.vue
pages/list/list.vue
+14
-1
uni_modules/uni-login-page/pages/index/index.vue
uni_modules/uni-login-page/pages/index/index.vue
+34
-4
uni_modules/uni-quick-login/uniCloud/cloudfunctions/user/index.js
...les/uni-quick-login/uniCloud/cloudfunctions/user/index.js
+1
-1
未找到文件。
manifest.json
浏览文件 @
7e134c20
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
"delay"
:
0
"delay"
:
0
},
},
"modules"
:
{
"modules"
:
{
"OAuth"
:
{},
"Share"
:
{},
"Share"
:
{},
"Fingerprint"
:
{}
"Fingerprint"
:
{},
"OAuth"
:
{}
},
},
"distribute"
:
{
"distribute"
:
{
"android"
:
{
"android"
:
{
...
@@ -50,7 +50,10 @@
...
@@ -50,7 +50,10 @@
}
}
},
},
"entitlements"
:
{
"entitlements"
:
{
"com.apple.developer.associated-domains"
:
[
"applinks:uniapp.dcloud.io"
]
"com.apple.developer.associated-domains"
:
[
"applinks:uniapp.dcloud.io"
,
"applinks:static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com"
]
}
}
},
},
"privacyDescription"
:
{
"privacyDescription"
:
{
...
@@ -63,17 +66,22 @@
...
@@ -63,17 +66,22 @@
"weixin"
:
{
"weixin"
:
{
"appid"
:
"wx0411fa6a39d61297"
,
"appid"
:
"wx0411fa6a39d61297"
,
"appsecret"
:
""
,
"appsecret"
:
""
,
"UniversalLinks"
:
"https://
uniapp.dcloud.io/ulink-catgame/
"
"UniversalLinks"
:
"https://
static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com/uni-universallinks/__UNI__BC54A00
"
},
},
"univerify"
:
{}
"univerify"
:
{}
},
},
"share"
:
{
"share"
:
{
"weixin"
:
{
"weixin"
:
{
"appid"
:
"wx0411fa6a39d61297"
,
"appid"
:
"wx0411fa6a39d61297"
,
"UniversalLinks"
:
"https://uniapp.dcloud.io/ulink-catgame/"
"UniversalLinks"
:
"https://static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com/uni-universallinks/__UNI__BC54A00"
,
"_spaceID"
:
"7827e38b-7f40-4421-bca7-58331dcddc00"
}
},
"payment"
:
{
"weixin"
:
{
"UniversalLinks"
:
"https://static-7827e38b-7f40-4421-bca7-58331dcddc00.bspapp.com/uni-universallinks/__UNI__BC54A00"
}
}
},
},
"payment"
:
{},
"ad"
:
{}
"ad"
:
{}
}
}
}
}
...
...
pages/list/list.vue
浏览文件 @
7e134c20
...
@@ -18,7 +18,20 @@
...
@@ -18,7 +18,20 @@
};
};
},
},
onShow
(
options
)
{
onShow
(
options
)
{
this
.
searchText
=
getApp
().
globalData
.
searchText
;
this
.
searchText
=
getApp
().
globalData
.
searchText
;
plus
.
oauth
.
getServices
(
services
=>
{
console
.
log
(
services
);
services
.
forEach
(
item
=>
{
if
(
item
.
id
==
'
qq
'
){
item
.
authorize
(
e
=>
{
console
.
log
(
e
);
},
e
=>
{
console
.
log
(
e
);
})
}
})
})
},
},
/**
/**
* 下拉刷新回调函数
* 下拉刷新回调函数
...
...
uni_modules/uni-login-page/pages/index/index.vue
浏览文件 @
7e134c20
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
</uni-forms-item>
</uni-forms-item>
<button
class=
"send-btn-box"
:disabled=
"!canGetShortMsg"
:type=
"canGetShortMsg?'primary':'default'"
<button
class=
"send-btn-box"
:disabled=
"!canGetShortMsg"
:type=
"canGetShortMsg?'primary':'default'"
@
click=
"sendShortMsg"
>
获取短信验证码
</button>
@
click=
"sendShortMsg"
>
获取短信验证码
</button>
</uni-forms>
</uni-forms>
<!-- tip -->
<!-- tip -->
<text
class=
"tip-text"
>
未注册的手机号验证通过后将自动注册
</text>
<text
class=
"tip-text"
>
未注册的手机号验证通过后将自动注册
</text>
<!-- 其他登录方式 -->
<!-- 其他登录方式 -->
...
@@ -100,7 +100,37 @@
...
@@ -100,7 +100,37 @@
if
(
!
this
.
canGetShortMsg
)
return
;
if
(
!
this
.
canGetShortMsg
)
return
;
/**
/**
* 发送验证吗
* 发送验证吗
*/
*/
uni
.
showLoading
();
uniCloud
.
callFunction
({
"
name
"
:
"
user
"
,
"
data
"
:
{
"
action
"
:
"
sendSmsCode
"
,
"
params
"
:
{
"
mobile
"
:
this
.
formData
.
phone
,
"
type
"
:
"
login
"
}
},
success
:
(
e
)
=>
{
console
.
log
(
e
);
uni
.
showToast
({
title
:
JSON
.
stringify
(
e
.
result
),
icon
:
'
none
'
});
uni
.
navigateTo
({
url
:
''
,
success
:
res
=>
{},
fail
:
()
=>
{},
complete
:
()
=>
{}
});
},
fail
:
(
err
)
=>
{
console
.
log
(
err
);
},
complete
:
()
=>
{
uni
.
hideLoading
()
}
})
},
},
/**
/**
* 去密码登录页
* 去密码登录页
...
...
uni_modules/uni-quick-login/uniCloud/cloudfunctions/user/index.js
浏览文件 @
7e134c20
...
@@ -16,7 +16,7 @@ class User {
...
@@ -16,7 +16,7 @@ class User {
data
:{
access_token
,
openid
}
data
:{
access_token
,
openid
}
});
});
return
userinfo_res
.
data
//根据access_token,openid得到userinfo
return
userinfo_res
.
data
//根据access_token,openid得到userinfo
//检查是否已经注册...
//检查是否已经注册...
待续...
break
;
break
;
case
'
univerify
'
:
case
'
univerify
'
:
return
uniID
.
loginByUniverify
({
access_token
,
openid
})
return
uniID
.
loginByUniverify
({
access_token
,
openid
})
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录