@ -86,7 +86,7 @@
<view class="other-info">
<view class="flex-between">
<view>运费:</view>
<view>¥{{item.post}}</view>
<view>¥{{item.post/100}}</view>
</view>
<view class="flex-between" style="align-items: flex-start;">
<view class="flex-shrink-0">收货人信息:</view>
@ -28,7 +28,11 @@
<!-- <view v-if="item.img_list.length>1" class="more-img">+{{item.img_list.length}}</view> -->
<view class="no-data-zhanwei" v-if="reviews.length<=0">
<image src="https://static.ticket.sz-trip.com/uploads/20250618/0c2a469b4216f8cd570822b642d0a0fe.png"></image>
<view style="padding:50rpx 0 67rpx">暂无数据</view>
</template>
@ -135,7 +139,7 @@
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.imgs:nth-of-type(3) {
.imgs:nth-of-type(3n) {
margin-right: 0;