修改请求方式
This commit is contained in:
@@ -196,7 +196,7 @@ $('.bg .myIncome .text').click(function(){
|
||||
function getMySelf() {
|
||||
showLoading()
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
type: 'post',
|
||||
url: urlPrefix + '/user/invite/mySelf',
|
||||
success(res) {
|
||||
if (res.code === 200) {
|
||||
|
Reference in New Issue
Block a user