Commit bc929e291668646edbbc22b8d7b6a6142898cd20

Authored by wangming
1 parent 9a39156a

修改了一些细节

apis/money/money.js
... ... @@ -12,7 +12,7 @@ export default{
12 12 },
13 13 // 查询提现数据
14 14 GetMoneyList(data){
15   - return request.post('/money/GetMoneyList',data)
  15 + return request.post('/money/GetMoneyListByUser',data)
16 16 }
17 17  
18 18 }
19 19 \ No newline at end of file
... ...
pages/login/login.vue
... ... @@ -70,7 +70,8 @@
70 70 })
71 71 },
72 72 IsType(){
73   - // 上级绑定下级用户
  73 + //By:wangming
  74 + //这里是绑定分享者
74 75 this.API.BindUserInfo(this.form).then(res=>{
75 76 console.log('绑定后的数据专员', res)
76 77 if (res.data.code == 200) {
... ...