This commit is contained in:
xyc 2025-04-25 16:36:44 +08:00
parent cf369722b6
commit 0820307fe6

View File

@ -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) {