Authored by biao

optmise invoice display issue

... ... @@ -18,9 +18,15 @@
<div class="info-box">
<h4 class="status-title">发票信息</h4>
{{# invoice}}
{{#if typeText}}
<p class="text">发票类型:{{typeText}}</p>
{{/if}}
{{#if title}}
<p class="text">发票抬头:{{title}}</p>
{{/if}}
{{#if contentValue}}
<p class="text">发票内容:{{contentValue}}</p>
{{/if}}
{{^}}
<p class="text">暂不需要发票</p>
{{/ invoice}}
... ...