123
dcc
2024-06-26 9b7caf3240f9c9a10477e62f23b1f477916c8e92
123
3 files modified
13 ■■■■ changed files
src/page/home/home.vue 2 ●●● patch | view | raw | blame | history
src/page/list/tradingList/data.list.vue 9 ●●●● patch | view | raw | blame | history
src/router/index.js 2 ●●● patch | view | raw | blame | history
src/page/home/home.vue
@@ -51,7 +51,7 @@
                  />
                </div>
                <!-- $t("马股") -->
                <div class="name">{{ $t("hj279") }}</div>
                <div class="name">{{ $t("贷款") }}</div>
              </div>
            </li>
            <li @click="$router.push('/yeb')">
src/page/list/tradingList/data.list.vue
@@ -232,7 +232,7 @@
      let pageNumVal = c || this.pageNumVal;
      let opt = {
        pageNum: pageNumVal,
        pageSize: 50*this.num,
        pageSize: 20*this.num,
        stockPlate: "",
        keyWords: this.sousuo,
        stockType: stockType,
@@ -258,12 +258,18 @@
              this.listArr = data.data.list;
              this.loadings = false;
              // this.finished = true;
              if(this.listArr.length % 20 ){
                this.finished = true;
              }
            }
          } else {
            if (this.zxactive === data.data.stockType) {
              this.listArr = data.data.list;
              this.loadings = false;
              // this.finished = true;
              if(this.listArr.length % 20 ){
                this.finished = true;
              }
            }
          }
        }
@@ -272,6 +278,7 @@
      }
    }, 500),
    onLoads() {
      console.log('onLoads');
      // this.pageNumVal++;
      this.loadings = true;
      this.num+=1
src/router/index.js
@@ -416,7 +416,7 @@
      path: "/subDK",
      name: "subDK",
      meta: {
        title: i18n.t("hj279"),
        title: i18n.t("贷款"),
        requireAuth: true,
        index: 998
      },