Commit a0d96920 authored by 罗超's avatar 罗超

2

parent f15b022d
......@@ -5,7 +5,7 @@
<view v-for="(item,index) in list" :key="index" class="item" @click="goDetail(item.OrderId)">
<view class="top">
<view class="orderNo">
{{item.OrderId}}
{{item.OrderNo}}
</view>
<view class="orderStatus">
<text v-if="item.OrderStatus===1">待付款</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment