no message

cyl/master-0804
jscyl13849007907 5 months ago
parent 60469379e4
commit 36a8d95483

@ -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,6 +464,8 @@ export default {
this.oid = options.id;
this.relationId = options.relationId;
this.type = options.type;
},
onShow() {
this.isCreator = uni.getStorageSync("IS_CREATOR") == 1 ? true : false;
this.getResident();
this.getPeople();
@ -455,9 +473,6 @@ export default {
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>

Loading…
Cancel
Save