|
|
|
|
@ -351,6 +351,22 @@
|
|
|
|
|
</slot>
|
|
|
|
|
</g-panel-fixed>
|
|
|
|
|
</u-popup>
|
|
|
|
|
|
|
|
|
|
<view class="g_h_104" style="background-color: #ededed;"></view>
|
|
|
|
|
<g-panel-fixed style="box-shadow: 0 -4px 12px #ededed;">
|
|
|
|
|
<slot>
|
|
|
|
|
<view class="g_pl_20 g_pr_20 g_flex_row_center flex_center flex_nw" style="width: 100%">
|
|
|
|
|
<view class="g_flex_1 g_flex_column_center">
|
|
|
|
|
<view class="">
|
|
|
|
|
<button open-type="share"
|
|
|
|
|
class="g_flex_c"
|
|
|
|
|
style="background-color: #00b666;color: #fff;width: 250px;height: 42px;font-size: 18px;border-radius: 60px;"
|
|
|
|
|
>分享</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</slot>
|
|
|
|
|
</g-panel-fixed>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|