544782275@qq.com 3 년 전
부모
커밋
7a3c1101ad
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      application/store/view/consult_detail/index.html

+ 3 - 1
application/store/view/consult_detail/index.html

@@ -41,9 +41,11 @@
             <td class='text-left nowrap'>
                {$vo.create_time}
             </td>
-            {if $engineer_id > 0 && $vo.is_answer == 0 && $vo.type == 3}
+            {if $engineer_id > 0}
             <td class="text-center nowrap">
+                {if $vo.is_answer == 0 && $vo.type == 3}
                 <a data-title="立即解答" class="layui-btn layui-btn-sm layui-bg-orange" data-modal='{:url("answer")}?id={$vo.id}'>立即解答</a>
+                {/if}
             </td>
             {/if}
         </tr>