yangyin
2024-11-13 70b4dc4a2101ffd3e88395ee0adf22435748c3ff
utils/api.js
@@ -134,7 +134,7 @@
      // console.log(result);
      if (result.Code != 0) {
        wx.showToast({
          title: 'token获取失败,请重新登录',
          title: result.Message,
          icon: "none",
          duration: 2000
        })
@@ -143,7 +143,7 @@
      var return_data = result.Data;
      if (return_data.Status != 0) {
        wx.showToast({
          title: 'token获取失败,请重新登录',
          title: result.Message,
          icon: "none",
          duration: 2000
        })