From 841c2aae66e2ae7b33b371dc4151f6cc5448fb0f Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 12 May 2026 13:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=9F=E9=98=85bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 1 + pages/lendCar/lendCar.vue | 473 ++++++++++++++++++++------- subpkg/pages/myLending/myLending.vue | 6 +- 3 files changed, 352 insertions(+), 128 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index dd06039..e45aa51 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -288,6 +288,7 @@ export default { this.isBindLibraryCard = false; this.readerCardList = []; uni.setStorageSync(STORAGE_KEYS.READER_CARD_LIST, []); + uni.setStorageSync(STORAGE_KEYS.CURRENT_READER_CARD, null); } } catch (err) { diff --git a/pages/lendCar/lendCar.vue b/pages/lendCar/lendCar.vue index c4c8dc7..1998b21 100644 --- a/pages/lendCar/lendCar.vue +++ b/pages/lendCar/lendCar.vue @@ -1,35 +1,52 @@