提交 a904c001 编写于 作者: Anne_LXM's avatar Anne_LXM

修复 绑定手机号后前端更新的问题

上级 9801d8a3
......@@ -79,7 +79,7 @@ export const mutations = {
param.toMap().forEach((value, key) => {
state.userInfo[key] = value
})
if(!param.mobile){
if(param.mobile == "" || param.mobile == null){
usersCollection
.doc(user_id)
.update(param)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册