From ea2fb93a0dfcde8f5b66825b20f9d9b835a28acc Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 22 五月 2026 10:54:09 +0800
Subject: [PATCH] 提交
---
app/pages/wallet/wallet.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/app/pages/wallet/wallet.vue b/app/pages/wallet/wallet.vue
index 634b9fa..4727d89 100644
--- a/app/pages/wallet/wallet.vue
+++ b/app/pages/wallet/wallet.vue
@@ -113,7 +113,7 @@
<view @click="checkType(2)" :class="tempType === 2?'sear-item-list-item active':'sear-item-list-item'">鎻愮幇閫�鍥�</view>
<view @click="checkType(3)" :class="tempType === 3?'sear-item-list-item active':'sear-item-list-item'">骞冲彴濂栧姳</view>
<view @click="checkType(4)" :class="tempType === 4?'sear-item-list-item active':'sear-item-list-item'">璐d换鎵f</view>
- <view @click="checkType(5)" :class="tempType === 5?'sear-item-list-item active':'sear-item-list-item'">寮傚父閲戦</view>
+ <view @click="checkType(5)" :class="tempType === 5?'sear-item-list-item active':'sear-item-list-item'">寮傚父杞繍</view>
<view style="width: 216rpx; height: 0;"></view>
</view>
</view>
@@ -206,6 +206,10 @@
this.show = false
this.initDateStr()
// uni.$on('accountListReload', this.getFirstPageData())
+ },
+ onReachBottom() {
+ console.log('onReachBottom')
+ this.getShopPage()
},
methods:{
bindChange1 (e) {
@@ -379,7 +383,7 @@
2: '鎻愮幇閫�鍥�',
3: '骞冲彴濂栧姳',
4: '璐d换鎵f',
- 5: '寮傚父閲戦'
+ 5: '寮傚父杞繍'
}
return typeMap[type] || ''
},
@@ -390,7 +394,7 @@
2: '鎻愮幇閫�鍥�',
3: '骞冲彴濂栧姳',
4: '璐d换鎵f',
- 5: '寮傚父閲戦'
+ 5: '寮傚父杞繍'
}
return typeMap[type] || ''
},
--
Gitblit v1.9.3