| | |
| | | /> |
| | | </div> |
| | | <!-- $t("马股") --> |
| | | <div class="name">{{ $t("hj279") }}</div> |
| | | <div class="name">{{ $t("贷款") }}</div> |
| | | </div> |
| | | </li> |
| | | <li @click="$router.push('/yeb')"> |
| | |
| | | let pageNumVal = c || this.pageNumVal; |
| | | let opt = { |
| | | pageNum: pageNumVal, |
| | | pageSize: 50*this.num, |
| | | pageSize: 20*this.num, |
| | | stockPlate: "", |
| | | keyWords: this.sousuo, |
| | | stockType: stockType, |
| | |
| | | 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; |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | }, 500), |
| | | onLoads() { |
| | | console.log('onLoads'); |
| | | // this.pageNumVal++; |
| | | this.loadings = true; |
| | | this.num+=1 |
| | |
| | | path: "/subDK", |
| | | name: "subDK", |
| | | meta: { |
| | | title: i18n.t("hj279"), |
| | | title: i18n.t("贷款"), |
| | | requireAuth: true, |
| | | index: 998 |
| | | }, |