| | |
| | | </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"> |
| | |
| | | <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> |
| | | |
| | |
| | | |
| | | <script> |
| | | import captionRow from "@/components/caption/caption.vue" |
| | | import myIssue from "@/components/myIssue/myIssue.vue" |
| | | import { |
| | | getTenementDetail, |
| | | getTenementComment, |
| | |
| | | } from "@/api/grid/grid.js" |
| | | export default { |
| | | components: { |
| | | captionRow |
| | | captionRow, |
| | | myIssue |
| | | }, |
| | | data() { |
| | | return { |
| | | title: "评分", |
| | | isEdit: false, |
| | | commentList: [], |
| | | detailInfo: {}, |
| | | id: "", |