optmise invoice display issue
Showing
1 changed file
with
6 additions
and
0 deletions
@@ -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}} |
-
Please register or login to post a comment