Compare commits
3 Commits
8ed1ae0020
...
edc1d0c160
| Author | SHA1 | Date | |
|---|---|---|---|
| edc1d0c160 | |||
|
bc4d6bb117
|
|||
|
5e140e4143
|
@@ -534,9 +534,9 @@ export default {
|
||||
header:{
|
||||
"Authorization" : 'Bearer' + " " + token
|
||||
},
|
||||
success(res){
|
||||
console.log(res)
|
||||
that.info = res.data.data;
|
||||
success(a){
|
||||
console.log(a)
|
||||
that.info = a.data.data;
|
||||
uni.showToast({
|
||||
title: res.data.message,
|
||||
icon: "none"
|
||||
|
||||
Reference in New Issue
Block a user