Fix:5160 【商城小程序】在订单列表购物“正在加载中”状态下快速切换旅居标签,出现数据错位

(cherry picked from commit e3316844e3)
This commit is contained in:
LinCyJang
2026-04-21 20:27:10 +08:00
parent 8c83e0a1bc
commit b0c4a5621e
+5 -1
View File
@@ -1190,7 +1190,10 @@ export default {
},
getOrderListReq() {
if (this.loading || this.loaded) return
this.loading = true
// this.loading = true
uni.showLoading({
mask: true,
})
const types = {
0: 0,
1: 1,
@@ -1226,6 +1229,7 @@ export default {
this.loading = false
}).finally(() => {
this.loading = false
uni.hideLoading()
});
},
tapShowMore(order, index) {