Browse Source

评价

master
chenkainan 12 months ago
parent
commit
0ddac63d58
  1. 15
      subPackages/order/commentList.vue

15
subPackages/order/commentList.vue

@ -12,8 +12,8 @@
</view> </view>
</view> </view>
<view style="display: flex;margin: 22rpx 0 34rpx 0;align-items: center;"> <view style="display: flex;margin: 22rpx 0 34rpx 0;align-items: center;">
<uni-rate readonly=true :value='item.rate' margin="0" size="20" :is-fill="false" active-color="red"/> <!-- <uni-rate readonly=true :value='item.rate' margin="0" size="20" :is-fill="false" active-color="red"/>
<view style="margin: 0 20rpx;color: #999999">|</view> <view style="margin: 0 20rpx;color: #999999">|</view> -->
<view class="goods-title text-overflow"> <view class="goods-title text-overflow">
{{item.goods_name}} {{item.goods_name}}
</view> </view>
@ -24,10 +24,10 @@
</view> </view>
<view class="" v-if="item.needShowExpande"> <view class="" v-if="item.needShowExpande">
<view class="close" v-if="item.close" @click="changeStatus(item,index)"> <view class="close" v-if="item.close" @click="changeStatus(item,index)">
收起<image style="width: 20rpx;height: 20rpx;margin-left: 12.67rpx;" src="https://yjks.oss-cn-shanghai.aliyuncs.com/uploads/20230803/a18caeb522f500bd2bc90c184c45dfed.png" mode=""></image> 收起<image style="width: 20rpx;height: 20rpx;margin-left: 12.67rpx;" src="https://static.ticket.sz-trip.com/tongli/images/order/top.png" mode=""></image>
</view> </view>
<view class="open" v-else @click="changeStatus(item,index)"> <view class="open" v-else @click="changeStatus(item,index)">
展开<image style="width: 20rpx;height: 20rpx;margin-left: 12.67rpx;" src="https://yjks.oss-cn-shanghai.aliyuncs.com/uploads/20230803/74cb60c6bf367e4bc6450daacf4f2c95.png" mode=""></image> 展开<image style="width: 20rpx;height: 20rpx;margin-left: 12.67rpx;" src="https://static.ticket.sz-trip.com/tongli/images/order/bottom.png" mode=""></image>
</view> </view>
</view> </view>
</view> </view>
@ -258,8 +258,7 @@
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 400; font-weight: 400;
color: #000000; color: #000000;
// line-height: 50rpx; line-height: 50rpx;
} }
.img-list { .img-list {
@ -331,9 +330,9 @@
} }
.open, .close { .open, .close {
font-size: 24rpx;
font-weight: bold; font-weight: bold;
color: #08C59B; font-size: 29rpx;
color: #E52910;
display: flex; display: flex;
align-items: center; align-items: center;
margin-top: 10rpx; margin-top: 10rpx;

Loading…
Cancel
Save