Authored by zhangxiaoru

exchange

... ... @@ -73,7 +73,6 @@ const getUserReturn = (uid, page) => {
}
} : false;
data.list.forEach(item => {
item.orderGoods = item.goods;
item.createTime = item.orderCreateTime;
... ...
... ... @@ -19,9 +19,13 @@
<h4 class="status-title">发票信息</h4>
{{#if invoice}}
{{# invoice}}
{{#if showInvoice}}
<p class="text">发票类型:{{typeText}}</p>
<p class="text">发票抬头:{{title}}</p>
<p class="text">发票内容:{{contentValue}}</p>
{{^}}
<p class="text">暂不需要发票</p>
{{/if}}
{{/ invoice}}
{{^}}
<p class="text">暂不需要发票</p>
... ...