Explorar o código

Merge pull request #80 from John-Hong/John/release-2.7.0/KIP-9916

fix(KIP-9916): [DE][C端]迁移的数据,点击进入发票详情,点击查看发票,页面不显示邮箱信息
John-Hong %!s(int64=2) %!d(string=hai) anos
pai
achega
3f3c6f69aa

+ 1 - 1
src/pages/parkingFee/components/officeBlue/parkingReceipt/parkingInvoiceImage.vue

@@ -3,7 +3,7 @@
     <div class="part">
       <div class="part-item lines">
         <span class="part-item-key">电子邮箱</span>
-        <span class="part-item-value">{{ res.email }}</span>
+        <span class="part-item-value">{{ order.email }}</span>
       </div>
       <div class="invoice-img" v-if="order.invoiceUrl">
       </div>