@@ -67,6 +67,8 @@
</view>
<text class="item-time">提问时间:{{ item.create_time }}</text>
+ <view class="item-time stop-reason" v-if="item.reply_status === 4">终止理由:{{item.stop_reason}}</view>
+
</template>