From 134c7e51d33dfd0cdb9e7d47b22d181ebc1bcdc8 Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期一, 07 十月 2024 17:27:20 +0800
Subject: [PATCH] 添加用户详情页,修改主页用户及会员卡信息

---
 unpackage/dist/dev/mp-weixin/pages/balanceRecord/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/unpackage/dist/dev/mp-weixin/pages/balanceRecord/index.js b/unpackage/dist/dev/mp-weixin/pages/balanceRecord/index.js
index 53bb980..0021cae 100644
--- a/unpackage/dist/dev/mp-weixin/pages/balanceRecord/index.js
+++ b/unpackage/dist/dev/mp-weixin/pages/balanceRecord/index.js
@@ -14,11 +14,15 @@
     function navBackTo() {
       common_vendor.index.navigateBack();
     }
+    const banlanceList = common_vendor.ref([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]);
     return (_ctx, _cache) => {
       return {
         a: common_vendor.o(($event) => navBackTo()),
         b: common_vendor.p({
           title: "余额记录"
+        }),
+        c: common_vendor.f(banlanceList.value, (item, index, i0) => {
+          return {};
         })
       };
     };

--
Gitblit v1.9.3