antissoft
/
antissoft.shangten.wechar
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bc929e291668646edbbc22b8d7b6a6142898cd20
Authored by
wangming
2022-02-06 16:22:30 +0800
1 parent
9a39156a
修改了一些细节
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apis/money/money.js
pages/login/login.vue
apis/money/money.js
View file @
bc929e2
...
...
@@ -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/GetMoneyList
ByUser
',data)
16
16
}
17
17
18
18
}
19
19
\ No newline at end of file
...
...
pages/login/login.vue
View file @
bc929e2
...
...
@@ -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) {
...
...