lin
2024-02-26 26497e7a480682db6ccde5efc08b8c4e728c4082
评分
1 files modified
20 ■■■■■ changed files
subPackage/grid/tenement.vue 20 ●●●●● patch | view | raw | blame | history
subPackage/grid/tenement.vue
@@ -37,6 +37,18 @@
                </view>
            </view>
        </view>
        <view class="mb-30">
            <caption-row title="评分" />
            <view class="intro bgc-ff mt-20">
                <!-- <u-read-more ref="uReadMore"> -->
                <!-- <text>{{detailInfo.name}}:{{scoreInfo.score}}</text> -->
                <my-issue :score="scoreInfo.score" :textareaShow="false" :submitShow="false" :headTitleValue="title" />
                <!-- <rich-text :nodes="scoreInfo.score"></rich-text> -->
                <!-- </u-read-more> -->
            </view>
        </view>
        <view class="comment" v-if="commentList.length">
            <caption-row title="留言" />
            <view class="comment-list bgc-ff mt-20">
@@ -59,7 +71,7 @@
            <u-search searchIcon='edit-pen' :animation="true" placeholder="写留言" disabled
                @click="navToComment"></u-search>
        </view>
        <!-- <footer-btn v-if="!scoreInfo.score"  text="修改评分" @click="navToScore" /> -->
        <footer-btn v-if="!scoreInfo.score" text="修改评分" @click="navToScore" />
    </view>
@@ -68,6 +80,7 @@
<script>
    import captionRow from "@/components/caption/caption.vue"
    import myIssue from "@/components/myIssue/myIssue.vue"
    import {
        getTenementDetail,
        getTenementComment,
@@ -75,10 +88,13 @@
    } from "@/api/grid/grid.js"
    export default {
        components: {
            captionRow
            captionRow,
            myIssue
        },
        data() {
            return {
                title: "评分",
                isEdit: false,
                commentList: [],
                detailInfo: {},
                id: "",