Commit 7e91f551 authored by Hsinli's avatar Hsinli

addd

parent 657dc522
Pipeline #19285 passed with stage
in 7 seconds
...@@ -12,7 +12,6 @@ class CheckService extends Service { ...@@ -12,7 +12,6 @@ class CheckService extends Service {
async getUserHidePhone() { async getUserHidePhone() {
const { ctx } = this; const { ctx } = this;
let ret = { let ret = {
isLogin: false,
hidePhone: '' hidePhone: ''
}; };
if (!ctx.oldUserId || !ctx.userId) { if (!ctx.oldUserId || !ctx.userId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment