Merge pull request 'xbx' (#318) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/318
This commit is contained in:
commit
edc1d0c160
@ -534,9 +534,9 @@ export default {
|
|||||||
header:{
|
header:{
|
||||||
"Authorization" : 'Bearer' + " " + token
|
"Authorization" : 'Bearer' + " " + token
|
||||||
},
|
},
|
||||||
success(res){
|
success(a){
|
||||||
console.log(res)
|
console.log(a)
|
||||||
that.info = res.data.data;
|
that.info = a.data.data;
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.data.message,
|
title: res.data.message,
|
||||||
icon: "none"
|
icon: "none"
|
||||||
|
Loading…
Reference in New Issue
Block a user