隐私政策弹窗添加描述
This commit is contained in:
@@ -207,15 +207,15 @@
|
||||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
<uni-section class="mb-10 graybg" title="留言板" type="line">
|
||||
<!-- <uni-section class="mb-10 graybg" title="留言板" type="line">
|
||||
<template v-slot:right>
|
||||
<view class="flexbox" style="align-items: center" @click="addSay()">
|
||||
<u-icon name="edit-pen" color="#2979ff" size="28"></u-icon>
|
||||
<text>发布留言</text>
|
||||
</view>
|
||||
</template>
|
||||
</uni-section>
|
||||
<view class="liuyanBox">
|
||||
</uni-section> -->
|
||||
<view class="liuyanBox" v-if="false">
|
||||
<view class="" v-if="sayList.length > 0">
|
||||
<commentsList
|
||||
:sayList="sayList"
|
||||
|
||||
Reference in New Issue
Block a user