Commit 4fc4087b authored by 任国军's avatar 任国军

fix bug

parent e72842a2
Pipeline #26813 passed with stage
in 8 seconds
...@@ -43,7 +43,7 @@ class UserService extends Service { ...@@ -43,7 +43,7 @@ class UserService extends Service {
} }
async goRegister(old_user_data = {}) { async goRegister(old_user_data = {}) {
// const { ctx } = this; const { ctx } = this;
const { jianbing_customer_id, auth_token } = old_user_data; const { jianbing_customer_id, auth_token } = old_user_data;
if (!jianbing_customer_id || !auth_token) { if (!jianbing_customer_id || !auth_token) {
......
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