Commit b31c13f3 by 梁建民

Merge branch 'master' of http://119.23.72.7/shiyu/icsalesProgram

parents 1fd2f552 ec22d600
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