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;
}
}