...
|
...
|
@@ -21,12 +21,14 @@ |
|
|
<div id="order-detail" data-id="{{orderCode}}">
|
|
|
{{#unless deliveryOffline}}
|
|
|
{{#if isVirtual}}
|
|
|
<section class="block">
|
|
|
<div class="tickets-mobile">
|
|
|
<span class="pull-left">手机号码:</span>
|
|
|
<span class="pull-right">{{mobile}}</span>
|
|
|
</div>
|
|
|
</section>
|
|
|
{{#if mobile}}
|
|
|
<section class="block">
|
|
|
<div class="tickets-mobile">
|
|
|
<span class="pull-left">手机号码:</span>
|
|
|
<span class="pull-right">{{mobile}}</span>
|
|
|
</div>
|
|
|
</section>
|
|
|
{{/if}}
|
|
|
{{else}}
|
|
|
<section class="owner-info block">
|
|
|
<span class="iconfont"></span>
|
...
|
...
|
@@ -120,7 +122,15 @@ |
|
|
|
|
|
<div class="info-table">
|
|
|
{{#orderBasicInfo}}
|
|
|
<div class="table-item">{{key}}:{{value}}</div>
|
|
|
<div class="table-item">
|
|
|
{{key}}:{{value}}
|
|
|
|
|
|
{{# ext}}
|
|
|
{{#if needShowInvoice}}
|
|
|
<a href="{{needShowInvoice}}" class="ext-options invoice-see">查看发票</a>
|
|
|
{{/if}}
|
|
|
{{/ ext}}
|
|
|
</div>
|
|
|
{{/orderBasicInfo}}
|
|
|
<a href="{{serviceUrl}}" target="_blank" class="iconfont"></a>
|
|
|
</div>
|
...
|
...
|
|