Răsfoiți Sursa

终止列表,增加终止理由

jwyu 2 ani în urmă
părinte
comite
60ee9f15d4
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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>