zhoulisen 5 年 前
コミット
fd79487b7c
共有1 個のファイルを変更した5 個の追加1 個の削除を含む
  1. 5
    1
      src/pages/shop/integralDetail/index.js

+ 5
- 1
src/pages/shop/integralDetail/index.js ファイルの表示

@@ -41,7 +41,11 @@ export default class Index extends Component {
41 41
 
42 42
   loadRecords() {
43 43
     Taro.showLoading()
44
-    this.props.dispatchPointsRecords().then(res => {
44
+    const params = {
45
+      pageNum: 1,
46
+      pageSize: 9999,
47
+    }
48
+    this.props.dispatchPointsRecords(params).then(res => {
45 49
       this.checkChoose(res.records)
46 50
       this._$_dataReady()
47 51
       Taro.hideLoading()