|
|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="order-info-right" v-if="!$util.isEmpty(orderData.goodsInfoList)">
|
|
|
- <img :src="orderData.goodsInfoList[0].smallCoverUrl" alt="商品图" />
|
|
|
+ <img style="max-height:100px;" :src="orderData.goodsInfoList[0].smallCoverUrl" alt="商品图" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 时间线 -->
|
|
|
@@ -335,7 +335,7 @@
|
|
|
<td style="padding-left: 10px;width: 130px;">{{ deliver.data.receiveMobile }}</td>
|
|
|
<td style="padding-left: 10px;" colspan="2" rowspan="4">
|
|
|
<div style="text-align: center;padding-top: 1px">
|
|
|
- <p>情人节</p>
|
|
|
+ <p>{{deliver.data.orderName}}</p>
|
|
|
<img
|
|
|
style="width: 100px;height: 100px;margin-bottom: 20px"
|
|
|
class="cover"
|