From 6f546ef4c150d7ca00e36c2ea0b18ff1da95a53c Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 24 Nov 2023 17:55:27 +0800
Subject: [PATCH] 修改首页部分逻辑;修复部分已知问题;首页新增社区菜单;公告详情页面样式调整
---
subPackage/label/form.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/subPackage/label/form.vue b/subPackage/label/form.vue
index 0b920a4..9a880c6 100644
--- a/subPackage/label/form.vue
+++ b/subPackage/label/form.vue
@@ -124,6 +124,7 @@
}
},
onLoad(option) {
+ console.log(option);
if (option.type != 1) {
this.eventType = option.type;
uni.setNavigationBarTitle({
--
Gitblit v1.9.3