更新
This commit is contained in:
parent
cf369722b6
commit
0820307fe6
@ -214,7 +214,7 @@
|
|||||||
* 上滑加载数据
|
* 上滑加载数据
|
||||||
*/
|
*/
|
||||||
onReachBottomCus() {
|
onReachBottomCus() {
|
||||||
let quertData = {}
|
let queryData = {}
|
||||||
if (this.menuIndex == 0) {
|
if (this.menuIndex == 0) {
|
||||||
queryData = this.waitingParams
|
queryData = this.waitingParams
|
||||||
} else if (this.menuIndex == 1) {
|
} else if (this.menuIndex == 1) {
|
||||||
@ -234,7 +234,7 @@
|
|||||||
* 下拉刷新数据
|
* 下拉刷新数据
|
||||||
*/
|
*/
|
||||||
onRefresherrefresh() {
|
onRefresherrefresh() {
|
||||||
let quertData = {}
|
let queryData = {}
|
||||||
if (this.menuIndex == 0) {
|
if (this.menuIndex == 0) {
|
||||||
queryData = this.waitingParams
|
queryData = this.waitingParams
|
||||||
} else if (this.menuIndex == 1) {
|
} else if (this.menuIndex == 1) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user