Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
uni-starter
提交
b70843d1
U
uni-starter
项目概览
梦想橡皮擦
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
b70843d1
编写于
6月 29, 2021
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1. 修复在安卓10以下设备,操作登陆获取不到oaid会直接导致登陆失败的bug 2. 修复uniCloud版本为阿里云版时删除头像设置失败,腾讯云版删除头像后二次上传失败的问题
上级
a0044ec1
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
42 addition
and
28 deletion
+42
-28
changelog.md
changelog.md
+3
-0
common/appInit.js
common/appInit.js
+21
-9
package.json
package.json
+1
-1
pages/ucenter/userinfo/userinfo.vue
pages/ucenter/userinfo/userinfo.vue
+15
-16
uni_modules_tools/copy/manifest.json
uni_modules_tools/copy/manifest.json
+1
-1
uni_modules_tools/copy/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
...loudfunctions/common/uni-config-center/uni-id/config.json
+1
-1
未找到文件。
changelog.md
浏览文件 @
b70843d1
## 1.0.29(2021-06-29)
1.
修复在安卓10以下设备,操作登陆获取不到oaid会直接导致登陆失败的bug
2.
修复uniCloud版本为阿里云版时删除头像设置失败,腾讯云版删除头像后二次上传失败的问题
## 1.0.28(2021-06-28)
修复云函数uni-id-cf的resetPwdBySmsCode接口,未注册过的用户也能调用的问题
## 1.0.27(2021-06-25)
...
...
common/appInit.js
浏览文件 @
b70843d1
...
...
@@ -8,7 +8,6 @@ import interceptorChooseImage from '@/uni_modules/json-interceptor-chooseImage/j
// #endif
const
db
=
uniCloud
.
database
()
export
default
function
()
{
// #ifndef H5
setTimeout
(()
=>
{
// #endif
...
...
@@ -80,7 +79,7 @@ export default function() {
// console.log('getOAID success: '+JSON.stringify(e));
},
fail
:
function
(
e
){
fail
()
callBack
()
console
.
log
(
'
getOAID failed:
'
+
JSON
.
stringify
(
e
));
}
});
...
...
@@ -97,7 +96,7 @@ export default function() {
// console.log('getOAID success: '+JSON.stringify(e));
},
fail
:
function
(
e
){
fail
()
callBack
()
console
.
log
(
'
getOAID failed:
'
+
JSON
.
stringify
(
e
));
}
});
...
...
@@ -105,11 +104,24 @@ export default function() {
callBack
()
}
})
let
push_clientid
=
''
,
idfa
=
plus
.
storage
.
getItem
(
'
idfa
'
)
||
''
;
//idfa有需要的用户在应用首次启动时自己获取存储到storage中
try
{
push_clientid
=
plus
.
push
.
getClientInfo
().
clientid
}
catch
(
e
){
uni
.
showModal
({
content
:
'
获取推送标识失败。如果你的应用不需要推送功能,请注释掉本代码块
'
,
showCancel
:
false
,
confirmText
:
"
好的
"
});
console
.
log
(
e
)
}
let
deviceInfo
=
{
"
push_clientid
"
:
plus
.
push
.
getClientInfo
().
clientid
,
// 获取匿名设备标识符
"
imei
"
:
imei
,
"
oaid
"
:
oaid
,
"
idfa
"
:
plus
.
storage
.
getItem
(
'
idfa
'
)
||
''
//idfa有需要的用户在应用首次启动时自己获取存储到storage中
push_clientid
,
// 获取匿名设备标识符
imei
,
oaid
,
idfa
}
console
.
log
(
"
重新登陆/注册,获取设备id
"
,
deviceInfo
);
option
.
data
.
deviceInfo
=
deviceInfo
...
...
@@ -148,11 +160,11 @@ export default function() {
},
fail
(
e
)
{
// 失败回调拦截
if
(
Debug
){
console
.
log
(
e
);
uni
.
showModal
({
content
:
JSON
.
stringify
(
e
),
content
:
JSON
.
stringify
(
e
),
showCancel
:
false
});
console
.
error
(
e
);
}
else
{
uni
.
showModal
({
content
:
"
系统错误请稍后再试!
"
,
...
...
package.json
浏览文件 @
b70843d1
{
"id"
:
"uni-starter"
,
"displayName"
:
"uni-starter"
,
"version"
:
"1.0.2
8
"
,
"version"
:
"1.0.2
9
"
,
"description"
:
"云端一体应用快速开发基本项目模版"
,
"keywords"
:
[
"uni-starter"
,
...
...
pages/ucenter/userinfo/userinfo.vue
浏览文件 @
b70843d1
...
...
@@ -31,13 +31,6 @@
export
default
{
data
()
{
return
{
avatar_file
:
{
"
extname
"
:
"
jpg
"
,
"
fileType
"
:
"
image
"
,
"
name
"
:
"
707756af-e9a9-4d08-8db9-5d1f34b84ea6.jpg
"
,
"
size
"
:
98513
,
"
url
"
:
"
cloud://tcb-lseqkmkcq0w1wzwcb18f3-be0d77.7463-tcb-lseqkmkcq0w1wzwcb18f3-be0d77-1304530278/1624523618672_0.jpg
"
},
univerifyStyle
:
{
authButton
:
{
"
title
"
:
"
本机号码一键绑定
"
,
// 授权按钮文案
...
...
@@ -62,12 +55,13 @@
...
mapGetters
({
userInfo
:
'
user/info
'
,
login
:
'
user/hasLogin
'
})
}),
avatar_file
(){
if
(
this
.
userInfo
.
avatar_file
&&
this
.
userInfo
.
avatar_file
.
url
){
return
this
.
userInfo
.
avatar_file
}
}
},
onLoad
()
{
this
.
avatar_file
=
this
.
userInfo
.
avatar_file
console
.
log
(
this
.
avatar_file
);
},
methods
:
{
...
mapMutations
({
setUserInfo
:
'
user/login
'
...
...
@@ -163,7 +157,13 @@
}
},
removeAvatar
(){
this
.
setAvatarFile
(
null
)
this
.
setAvatarFile
({
"
extname
"
:
"
jpg
"
,
"
fileType
"
:
"
image
"
,
"
name
"
:
""
,
"
size
"
:
0
,
"
url
"
:
""
})
},
setAvatarFile
(
avatar_file
){
uni
.
showLoading
({
...
...
@@ -186,7 +186,6 @@
title
:
'
删除成功
'
})
}
this
.
avatar_file
=
avatar_file
this
.
setUserInfo
({
avatar_file
});
...
...
@@ -213,10 +212,10 @@
console
.
log
(
res
);
let
tempFile
=
res
.
tempFiles
[
0
],
avatar_file
=
{
// #if
ndef APP-PLUS
// #if
def H5
extname
:
tempFile
.
name
.
split
(
'
.
'
)[
tempFile
.
name
.
split
(
'
.
'
).
length
-
1
],
// #endif
// #if
def APP-PLUS
// #if
ndef H5
extname
:
tempFile
.
path
.
split
(
'
.
'
)[
tempFile
.
path
.
split
(
'
.
'
).
length
-
1
]
// #endif
},
...
...
uni_modules_tools/copy/manifest.json
浏览文件 @
b70843d1
{
"name"
:
"uni-starter"
,
"appid"
:
"__UNI__
7D0D57D
"
,
"appid"
:
"__UNI__
E5373F7
"
,
"description"
:
"云端一体应用快速开发模版"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
...
...
uni_modules_tools/copy/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
浏览文件 @
b70843d1
...
...
@@ -24,7 +24,7 @@
"oauth"
:
{
"weixin"
:
{
"appid"
:
"wx81dbb061d2258234"
,
"appsecret"
:
"
04478a5719d0ae70c7e3023bc8078410
"
"appsecret"
:
"
51977820eb14cd71377d4048a1b4754e
"
}
}
},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录