|
@@ -37,19 +37,22 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if="item.status=='4'&&item.showFlag=='否'"
|
|
|
+ <view
|
|
|
class="blogger__author__btn justify-content-item tn-flex-col-center tn-flex-row-center">
|
|
|
- <text class="" style="background: #3F51B542;font-size: 12px;
|
|
|
+ <text class="" v-if="item.status==1" style="background: #3F51B542;font-size: 12px;
|
|
|
+ padding: 8px;
|
|
|
+ color: red;
|
|
|
+ border-radius: 24px;
|
|
|
+ ">已处理</text><text class="" v-if="item.status==0" style="background: #3F51B542;font-size: 12px;
|
|
|
padding: 8px;
|
|
|
color: #333333;
|
|
|
border-radius: 24px;
|
|
|
- ">需求已结束</text>
|
|
|
+ ">未处理</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<view
|
|
|
- class="blogger__desc tn-margin-top-sm tn-margin-bottom-sm tn-text-justify tn-flex-col-center tn-flex-row-left"
|
|
|
- @click="tn('')">
|
|
|
+ class="blogger__desc tn-margin-top-sm tn-margin-bottom-sm tn-text-justify tn-flex-col-center tn-flex-row-left">
|
|
|
<!-- <view v-for="(label_item,label_index) in item.label" :key="label_index"
|
|
|
class="blogger__desc__label tn-float-left tn-margin-right">
|
|
|
<text class="blogger__desc__label--prefix tn-icon-topics-fill"></text>
|
|
@@ -58,6 +61,19 @@
|
|
|
<!-- 不用限制长度了,因为发布的时候限制长度了-->
|
|
|
<text
|
|
|
class="blogger__desc__content tn-flex-1 tn-text-justify tn-text-df">{{ item.content }}</text>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view v-if="item.ansowe"
|
|
|
+ class="blogger__desc tn-margin-top-sm tn-margin-bottom-sm tn-text-justify tn-flex-col-center tn-flex-row-left">
|
|
|
+ <!-- <view v-for="(label_item,label_index) in item.label" :key="label_index"
|
|
|
+ class="blogger__desc__label tn-float-left tn-margin-right">
|
|
|
+ <text class="blogger__desc__label--prefix tn-icon-topics-fill"></text>
|
|
|
+ <text class="tn-text-df">{{ label_item }}</text>
|
|
|
+ </view> -->
|
|
|
+ <!-- 不用限制长度了,因为发布的时候限制长度了-->
|
|
|
+ <text
|
|
|
+ class="blogger__desc__content tn-flex-1 tn-text-justify tn-text-df" style="color:red">回复:{{ item.ansowe }}</text>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
<!-- 内容太多疲劳了-->
|