This commit is contained in:
2023-11-16 14:14:30 +08:00
parent bc9ba4b2da
commit 1cd3ab390d

View File

@ -116,7 +116,6 @@
limit: 15, limit: 15,
index: 1, index: 1,
}, },
timeout: 180000,
timeoutObj: null, timeoutObj: null,
newsList: [], newsList: [],
showFunBtn: false, // showFunBtn: false, //
@ -585,7 +584,7 @@
}) })
} }
}) })
}, that.timeout) }, 5000)
}, },
back() { back() {
uni.navigateBack({ uni.navigateBack({