Compare commits

...

2 Commits

Author SHA1 Message Date
bc4d6bb117
Merge branch 'xbx' of http://git.luyuan.tk/luyuan/deming into xbx 2020-09-01 16:07:58 +08:00
5e140e4143
更改了提示 2020-09-01 16:07:56 +08:00

View File

@ -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"