Authored by biao

optmise invoice display issue

@@ -18,9 +18,15 @@ @@ -18,9 +18,15 @@
18 <div class="info-box"> 18 <div class="info-box">
19 <h4 class="status-title">发票信息</h4> 19 <h4 class="status-title">发票信息</h4>
20 {{# invoice}} 20 {{# invoice}}
  21 + {{#if typeText}}
21 <p class="text">发票类型:{{typeText}}</p> 22 <p class="text">发票类型:{{typeText}}</p>
  23 + {{/if}}
  24 + {{#if title}}
22 <p class="text">发票抬头:{{title}}</p> 25 <p class="text">发票抬头:{{title}}</p>
  26 + {{/if}}
  27 + {{#if contentValue}}
23 <p class="text">发票内容:{{contentValue}}</p> 28 <p class="text">发票内容:{{contentValue}}</p>
  29 + {{/if}}
24 {{^}} 30 {{^}}
25 <p class="text">暂不需要发票</p> 31 <p class="text">暂不需要发票</p>
26 {{/ invoice}} 32 {{/ invoice}}