隐私政策弹窗添加描述

This commit is contained in:
@fawn-nine
2024-07-08 11:41:59 +08:00
parent 62bd642563
commit 05edf730c9
6 changed files with 670 additions and 258 deletions

View File

@@ -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"