Showing
1 changed file
with
4 additions
and
10 deletions
@@ -17,19 +17,13 @@ | @@ -17,19 +17,13 @@ | ||
17 | 17 | ||
18 | <div class="info-box"> | 18 | <div class="info-box"> |
19 | <h4 class="status-title">发票信息</h4> | 19 | <h4 class="status-title">发票信息</h4> |
20 | - {{#if invoice}} | ||
21 | {{# invoice}} | 20 | {{# invoice}} |
22 | - {{#if showInvoice}} | ||
23 | - <p class="text">发票类型:{{typeText}}</p> | ||
24 | - <p class="text">发票抬头:{{title}}</p> | ||
25 | - <p class="text">发票内容:{{contentValue}}</p> | 21 | + <p class="text">发票类型:{{typeText}}</p> |
22 | + <p class="text">发票抬头:{{title}}</p> | ||
23 | + <p class="text">发票内容:{{contentValue}}</p> | ||
26 | {{^}} | 24 | {{^}} |
27 | - <p class="text">暂不需要发票</p> | ||
28 | - {{/if}} | 25 | + <p class="text">暂不需要发票</p> |
29 | {{/ invoice}} | 26 | {{/ invoice}} |
30 | - {{^}} | ||
31 | - <p class="text">暂不需要发票</p> | ||
32 | - {{/if}} | ||
33 | </div> | 27 | </div> |
34 | 28 | ||
35 | {{#if remark}} | 29 | {{#if remark}} |
-
Please register or login to post a comment