From 98a835cc45adbe5ef8ee3cca5ad478f7df673b80 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期三, 27 十一月 2024 17:20:33 +0800 Subject: [PATCH] 添加设备管理列表 --- unpackage/dist/dev/mp-weixin/pages/index/index.js | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/unpackage/dist/dev/mp-weixin/pages/index/index.js b/unpackage/dist/dev/mp-weixin/pages/index/index.js index dd3a6a9..fc913b6 100644 --- a/unpackage/dist/dev/mp-weixin/pages/index/index.js +++ b/unpackage/dist/dev/mp-weixin/pages/index/index.js @@ -281,13 +281,13 @@ }, cardInfo.value.headImg ? { b: common_vendor.unref(config_baseUrl.BASE_URL) + "/upload" + cardInfo.value.headImg } : { - c: common_assets._imports_0$3 + c: common_assets._imports_0$4 }, { d: common_vendor.t(cardInfo.value.userName), e: common_vendor.o(($event) => navTo("/pages/userInfo/index")), f: common_vendor.o(($event) => navTo("/pages/userInfo/index")), - g: common_assets._imports_1$1, - h: common_assets._imports_0$2, + g: common_assets._imports_1$2, + h: common_assets._imports_0$3, i: isShareCard.value }, isShareCard.value ? { j: common_vendor.t(cardInfo.value.waterCardNumber) @@ -296,7 +296,7 @@ }, !isShareCard.value ? common_vendor.e({ l: isVip.value }, isVip.value ? { - m: common_assets._imports_3 + m: common_assets._imports_3$1 } : {}, { n: isVip.value }, isVip.value ? {} : {}, { @@ -316,7 +316,7 @@ } : {}, { w: !isVip.value }, !isVip.value ? { - x: common_assets._imports_4, + x: common_assets._imports_4$1, y: common_vendor.o(($event) => navTo("/pages/addCard/index")) } : {}, { z: isVip.value @@ -325,8 +325,8 @@ } : {}) : {}, { B: topHeight.value + "rpx", C: common_assets._imports_5, - D: common_vendor.o(upGrade), - E: common_assets._imports_1, + D: common_vendor.o(($event) => navTo("/pages/preSendWater/index")), + E: common_assets._imports_1$1, F: common_vendor.o(($event) => navTo("/pages/facilityList/index")), G: common_assets._imports_7, H: common_vendor.o(($event) => toScan()), @@ -343,7 +343,7 @@ K: common_assets._imports_9, L: common_assets._imports_10, M: common_assets._imports_11, - N: common_vendor.o(($event) => navTo("/pages/pointsMall/index")), + N: common_vendor.o(($event) => navTo("/pagesPoints/pointsMall/index")), O: common_assets._imports_12, P: common_assets._imports_13, Q: common_vendor.o(($event) => navTo("/pages/station/index")), -- Gitblit v1.9.3