更改了提示

This commit is contained in:
luyuan 2020-09-01 16:07:56 +08:00
parent f4ba8edec2
commit 5e140e4143
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

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"