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