Browse Source

fix

tags/河北版C.8.1.01
caserKing 6 years ago
parent
commit
da1d391cbb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages/index/searchbar/index.js

+ 2
- 2
pages/index/searchbar/index.js View File

@@ -111,13 +111,13 @@ Page({
} }
var tmpArr = that.data.merchantVoList; var tmpArr = that.data.merchantVoList;
tmpArr.push.apply(tmpArr, res.data.list); tmpArr.push.apply(tmpArr, res.data.list);
console.log(tmpArr)
// console.log(tmpArr)
that.setData({ that.setData({
merchantVoList: tmpArr, merchantVoList: tmpArr,
isFirstPage: res.data.isFirstPage, isFirstPage: res.data.isFirstPage,
isLastPage: res.data.isLastPage isLastPage: res.data.isLastPage
}) })
console.log(that.data.merchantVoList)
// console.log(that.data.merchantVoList)
}) })
.catch(err => { .catch(err => {
wx.hideLoading(); wx.hideLoading();


Loading…
Cancel
Save