Browse Source

合约页报错英文修复

master
torsenli 4 years ago
parent
commit
d8c84d5167
  1. 2
      api/profile.js

2
api/profile.js

@ -74,7 +74,7 @@ class Profile {
return Serve.get('/generalize/poster',data)
}
static qrcode(){
return Serve.get('/generalize/invite_qrcode')
return Serve.get('/generalize/invite_qrcode',data)
}
}

Loading…
Cancel
Save