提交 6fe0ee09 authored 作者: 杨斌基's avatar 杨斌基

feat: 取消举报说明

上级 d12fe577
......@@ -13,17 +13,21 @@
</u-grid-item>
</u-grid>
<!-- 取消举报说明
<view style="height: 120rpx" />
<view class="footer">
<u-button class="report-btn" @click="onReportClick">举报说明</u-button>
</view>
-->
<view style="height: 60rpx" />
<!--
<u-modal :show="showReport" title="举报说明" @confirm="onReportConfirm">
<view :style="`max-height: ${modalHeight}rpx; overflow-y: scroll; white-space: pre-wrap`">
<rich-text :nodes="content" />
</view>
</u-modal>
-->
</view>
</view>
</template>
......
......@@ -16,6 +16,7 @@
</view>
</view>
<!-- 取消举报说明
<view class="footer">
<u-button class="report-btn" @click="onReportClick">举报说明</u-button>
</view>
......@@ -23,6 +24,7 @@
<u-modal :show="showReport" title="举报说明" @confirm="onReportConfirm">
<view :style="`max-height: ${modalHeight}rpx; overflow-y: scroll; white-space: pre-wrap`">{{ content }}</view>
</u-modal>
-->
</view>
</view>
</template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论