xbx #318

Merged
theluyuan merged 2 commits from xbx into master 2020-09-01 08:08:22 +00:00

View File

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