Skip to content

Commit bc6fadc

Browse files
YunaiVgitee-org
authored andcommitted
!769 fix 修复因user为null导致其他数据渲染失败
Merge pull request !769 from 这夏天依然平凡/master
2 parents ca23c9a + ef3c86f commit bc6fadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mall/trade/order/components/OrderTableColumn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
v-if="scope.row.deliveryType === DeliveryTypeEnum.EXPRESS.type"
121121
class="flex flex-col"
122122
>
123-
<span>买家:{{ scope.row.user.nickname }}</span>
123+
<span>买家:{{ scope.row.user?.nickname }}</span>
124124
<span>
125125
收货人:{{ scope.row.receiverName }} {{ scope.row.receiverMobile }}
126126
{{ scope.row.receiverAreaName }} {{ scope.row.receiverDetailAddress }}

0 commit comments

Comments
 (0)