From 36a8d95483a7124cad1a7218fc9aeb420407c370 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 17:45:04 +0800 Subject: [PATCH] no message --- root/detail/apply.vue | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/root/detail/apply.vue b/root/detail/apply.vue index b0ef683..6ac9567 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -351,6 +351,22 @@ + + + + + + + + + + + + + @@ -448,16 +464,15 @@ export default { this.oid = options.id; this.relationId = options.relationId; this.type = options.type; - this.isCreator = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; + }, + onShow() { + this.isCreator = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; this.getResident(); this.getPeople(); this.getDetail(); - uni.$on("infoUpdate", () => { + uni.$on("infoUpdate", () => { this.getDetail(); }); - }, - onShow() { - }, methods: { handleClickLabelBtn($data) { @@ -1030,6 +1045,7 @@ export default { .p-root-detail-apply { .g-components-panel-fixed { border-top: 1rpx solid #fff; + box-shadow: 0 -4px 12px #ededed; } }