a1300399510@qq.com 提交于 2023/04/04 -10:40:02
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
<img class="detail-data-eye" src="@/assets/img/detail/eye.png">{{ info.views }}
|
||||
</div>
|
||||
<div class="detail-data-item flexacenter">
|
||||
<img class="detail-data-comment" src="@/assets/img/detail/comment.png">{{ info.replies }}
|
||||
<img class="detail-data-comment" src="@/assets/img/detail/comment.png">{{ info.replies }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="detail-title-box">
|
||||
<div class="detail-title-item detail-title-jinghua flexcenter" v-if="info.digest>0">精华</div>
|
||||
<div class="detail-title-item detail-title-label flexcenter" v-if="info.typename">{{info.typename}}</div>
|
||||
{{info.subject}}
|
||||
<div class="detail-title-item detail-title-jinghua flexcenter" v-if="info.digest > 0">精华</div>
|
||||
<div class="detail-title-item detail-title-label flexcenter" v-if="info.typename">{{ info.typename }}</div>
|
||||
{{ info.subject }}
|
||||
</div>
|
||||
|
||||
<!-- -->
|
||||
@@ -291,7 +291,7 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
|
||||
// 获取详细信息
|
||||
getDetail() {
|
||||
this.$http.post("/api/thread", {
|
||||
@@ -304,10 +304,17 @@ export default {
|
||||
this.type = data.type
|
||||
this.token = data.token
|
||||
|
||||
|
||||
if (this.type == 6) {
|
||||
this.getOfferDetail()
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
// 获取offer详情
|
||||
getOfferDetail() {
|
||||
|
||||
},
|
||||
|
||||
|
||||
// 点击点赞
|
||||
tapLike() {
|
||||
|
||||
Reference in New Issue
Block a user