Commit bc929e291668646edbbc22b8d7b6a6142898cd20
1 parent
9a39156a
修改了一些细节
Showing
2 changed files
with
3 additions
and
2 deletions
apis/money/money.js
| @@ -12,7 +12,7 @@ export default{ | @@ -12,7 +12,7 @@ export default{ | ||
| 12 | }, | 12 | }, |
| 13 | // 查询提现数据 | 13 | // 查询提现数据 |
| 14 | GetMoneyList(data){ | 14 | GetMoneyList(data){ |
| 15 | - return request.post('/money/GetMoneyList',data) | 15 | + return request.post('/money/GetMoneyListByUser',data) |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | } | 18 | } |
| 19 | \ No newline at end of file | 19 | \ No newline at end of file |
pages/login/login.vue
| @@ -70,7 +70,8 @@ | @@ -70,7 +70,8 @@ | ||
| 70 | }) | 70 | }) |
| 71 | }, | 71 | }, |
| 72 | IsType(){ | 72 | IsType(){ |
| 73 | - // 上级绑定下级用户 | 73 | + //By:wangming |
| 74 | + //这里是绑定分享者 | ||
| 74 | this.API.BindUserInfo(this.form).then(res=>{ | 75 | this.API.BindUserInfo(this.form).then(res=>{ |
| 75 | console.log('绑定后的数据专员', res) | 76 | console.log('绑定后的数据专员', res) |
| 76 | if (res.data.code == 200) { | 77 | if (res.data.code == 200) { |