全部评论

parent 80fba1c5
...@@ -170,7 +170,7 @@ const rateList = ref({ ...@@ -170,7 +170,7 @@ const rateList = ref({
}, },
5: { 5: {
url: '../../../static/assistingAgriculture/detail/fiveStars.png', url: '../../../static/assistingAgriculture/detail/fiveStars.png',
text: '还行', text: '超赞',
}, },
}); });
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
v-if="logisticsDetail" v-if="logisticsDetail"
></web-view> ></web-view>
<!-- <view style="height: 600rpx; background-color: aquamarine"></view> --> <!-- <view style="height: 600rpx; background-color: aquamarine"></view> -->
<view class="content1" v-if="orderDetail"> <view class="content" v-if="orderDetail">
<view class="info"> <view class="info">
<view class="top" v-if="logisticsDetail"> <view class="top" v-if="logisticsDetail">
<view class="left"> <view class="left">
...@@ -636,7 +636,7 @@ page { ...@@ -636,7 +636,7 @@ page {
width: 375 * 2rpx; width: 375 * 2rpx;
margin: 0 auto; margin: 0 auto;
.content1 { .content {
position: relative; position: relative;
top: -20rpx; top: -20rpx;
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
......
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