Commit ec22d600 by 施宇

11

parent 574a3c97
Showing with 1 additions and 5 deletions
......@@ -33,10 +33,6 @@ Page({
getTopData: function() {
let me = this;
let token = wx.getStorageSync('access_token') || '';
// this.setData({
// xjList: [],
// })
getData(apis.inquirySearch, 'get', {
"offset": 10,
"p1": 1,
......@@ -159,7 +155,7 @@ Page({
this.getTopData();
if (judgeToken()) {
if (wx.getStorageSync('homeToken')) {
this.getData();
this.getData(false);
wx.removeStorageSync('homeToken')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment