Browse Source

终止列表,增加终止理由

jwyu 2 years ago
parent
commit
60ee9f15d4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages-question/answerList.vue

+ 2 - 0
pages-question/answerList.vue

@@ -67,6 +67,8 @@
             </view>
           </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>
+            
         </view>
       </view>
     </template>