From 567ec7b240b0282ed7690b6a043dbc02610e7d73 Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Thu, 23 Apr 2026 01:37:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manifest.json | 4 ++-- app/pages/supply_chain/day_menu/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index 2b6cd8f..6e796ed 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -2,8 +2,8 @@ "name" : "八方物业", "appid" : "__UNI__B905528", "description" : "八方物业", - "versionName" : "1.0.0", - "versionCode" : 1001, + "versionName" : "1.0.2", + "versionCode" : 1002, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/app/pages/supply_chain/day_menu/index.vue b/app/pages/supply_chain/day_menu/index.vue index 4d70026..3574c53 100644 --- a/app/pages/supply_chain/day_menu/index.vue +++ b/app/pages/supply_chain/day_menu/index.vue @@ -117,7 +117,7 @@ - + {{ index + 1 }} {{ item.itemName || '未命名菜品' }} From d56c5394e869189a2469287197a24f04611bf95c Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Thu, 23 Apr 2026 16:56:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E5=85=BC=E5=AE=B9=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=AE=A1=E6=A0=B8=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/index/index.vue | 54 +++++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 17 deletions(-) diff --git a/app/pages/index/index.vue b/app/pages/index/index.vue index 1187d5e..b854911 100644 --- a/app/pages/index/index.vue +++ b/app/pages/index/index.vue @@ -51,7 +51,7 @@ - + 物业服务 - + 库存查询 - + - + 物资领用 - - + + 每日菜单 - - + + 祈愿菜单 - - + + 投诉与建议 - - + + 报修服务 - - + + 报修处理 - - + + 通知公告 - + @@ -462,6 +462,26 @@ }) }, methods: { + goPropertyService(url) { + if (this.uid) { + uni.navigateTo({ + url + }); + return; + } + uni.showModal({ + title: '提示', + content: '请先登录后再访问该功能', + confirmText: '去登录', + success: (res) => { + if (res.confirm) { + uni.navigateTo({ + url: '/pages/users/login/index' + }); + } + } + }); + }, getCoupon: function(id, index) { let that = this; //领取优惠券