我的回答-回答

This commit is contained in:
zhaofang
2022-11-10 13:48:37 +08:00
parent c2d28bea3b
commit 2aa0baf1eb
2 changed files with 218 additions and 17 deletions

View File

@@ -34,9 +34,6 @@
<view class="uni-list" style="margin-top: 10upx;">
<view class="article-one" v-for="(item, qidx) of qaList.list" :key="qidx" >
<view class="artical-box">
<!-- <view class="authors">
<author-info v-if="item.avatar!=''" :avatar="item.avatar" :name="item.name" :info="item.orgInfo"></author-info>
</view> -->
<view>
<view class="artical-box-top" @click="toDetail(item)">
<view style="
@@ -61,8 +58,6 @@
<view><text style="">我的回答</text>{{ item.answercontent }}</view>
</view>
<view class="articl-box-time">
<!-- 这里原本只显示一个时间pc端两个时间都显示 -->
<!-- <view>问题时间{{ item.sysCreateTimeQ }}</view> -->
<view style="padding-top: 12px;">回复时间{{ item.sysCreateTimeA }}</view>
<view class="rowbtn-right">
<view class="rowbtn rowbtn-primary" @click="editItem(item)">
@@ -74,8 +69,6 @@
</view>
</view>
</view>
<!-- <interact-bar :comments="false" :answers="true" :data="item"></interact-bar> -->
</view>
</view>
</view>