Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -115,7 +115,7 @@ | ... | @@ -115,7 +115,7 @@ |
| 115 | <div v-if="orderDetail" class="p-4 space-y-3"> | 115 | <div v-if="orderDetail" class="p-4 space-y-3"> |
| 116 | <div class="flex justify-between items-center"> | 116 | <div class="flex justify-between items-center"> |
| 117 | <span class="text-gray-500">订单号</span> | 117 | <span class="text-gray-500">订单号</span> |
| 118 | - <span class="font-medium">{{ orderDetail.id }}</span> | 118 | + <span class="font-medium">{{ orderDetail.pay_id }}</span> |
| 119 | </div> | 119 | </div> |
| 120 | <div class="flex justify-between items-center"> | 120 | <div class="flex justify-between items-center"> |
| 121 | <span class="text-gray-500">订单状态</span> | 121 | <span class="text-gray-500">订单状态</span> | ... | ... |
-
Please register or login to post a comment