This commit is contained in:
weipengfei 2023-08-24 10:31:43 +08:00
commit 694cad2ed8

View File

@ -66,8 +66,8 @@
</view>
<view style="margin: 10rpx 0;">
<u-steps :current="record.length" direction="column">
<u-steps-item :title="item.content" :desc="item.create_time"
v-for="(item,index) in goodsDetil.record">
<u-steps-item :title="item.content" :error="index==record.length-1?true:false"
:desc="item.create_time" v-for="(item,index) in goodsDetil.record">
</u-steps-item>
</u-steps>
</view>