jiazhipeng 3 weeks ago
parent
commit
2dbbaca11b
  1. 2
      subPackages/order/cartOrder.vue
  2. 6
      subPackages/user/commentList.vue

2
subPackages/order/cartOrder.vue

@ -86,7 +86,7 @@
<view class="other-info"> <view class="other-info">
<view class="flex-between"> <view class="flex-between">
<view>运费:</view> <view>运费:</view>
<view>{{item.post}}</view> <view>{{item.post/100}}</view>
</view> </view>
<view class="flex-between" style="align-items: flex-start;"> <view class="flex-between" style="align-items: flex-start;">
<view class="flex-shrink-0">收货人信息:</view> <view class="flex-shrink-0">收货人信息:</view>

6
subPackages/user/commentList.vue

@ -29,6 +29,10 @@
</view> </view>
</view> </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>
</view>
</view> </view>
</template> </template>
@ -135,7 +139,7 @@
margin-right: 20rpx; margin-right: 20rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
.imgs:nth-of-type(3) { .imgs:nth-of-type(3n) {
margin-right: 0; margin-right: 0;
} }
} }

Loading…
Cancel
Save