From 5e140e4143d7ae864062ec31dcec2b5e1f5f1e1e Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 1 Sep 2020 16:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/zhibo/index.nvue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/zhibo/index.nvue b/pages/zhibo/index.nvue index 2f52833..16d675b 100644 --- a/pages/zhibo/index.nvue +++ b/pages/zhibo/index.nvue @@ -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"