diff --git a/api/user/userApi.js b/api/user/userApi.js index 95c24ed..5d0e415 100644 --- a/api/user/userApi.js +++ b/api/user/userApi.js @@ -73,7 +73,7 @@ export function sendSmsCode(_link, _that) { let _json = res.data; if (_json.code == 0) { wx.showToast({ - title:res.data, + title:_json.data, icon: 'none', duration: 2000 });