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

feat: 取消举报说明

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