소스 검색

fix

tags/河北版C.8.1.01
caserKing 6 년 전
부모
커밋
da1d391cbb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pages/index/searchbar/index.js

+ 2
- 2
pages/index/searchbar/index.js 파일 보기

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


불러오는 중...
취소
저장