zs 2 yıl önce
ebeveyn
işleme
95194496ec
1 değiştirilmiş dosya ile 1 ekleme ve 23 silme
  1. 1 23
      pagesIntegral/order/detail.vue

+ 1 - 23
pagesIntegral/order/detail.vue

@@ -26,22 +26,11 @@
 								<text>{{info.send_time}}内发货</text>
 							</view>
 						</view>
-						<view class="thr">
-							<view v-if="comment" class="thr_1" @click="toAppraise(info)">
-								<view class="title">商品评价({{comment||0}})</view>
-								<text class="iconfont icon-jiantouyou"></text>
-							</view>
-							<view v-else class="thr_1">
-								<view class="title">暂无评价</view>
-								<text class="iconfont icon-jiantouyou"></text>
-							</view>
-						</view>
 						<view class="four">
 							<view class="four_1">
 								<image class="image" :src="shop.logo&&shop.logo.length>0?shop.logo[0].url:''"></image>
 								<view class="other">
 									<view class="name">{{shop.name}}</view>
-									<view class="other_1"><text>宝贝数</text>{{shop.goods_num||0}}</view>
 								</view>
 							</view>
 							<view class="four_2">
@@ -509,19 +498,8 @@
 					}
 				}
 			}
-
-			.thr {
-				.thr_1 {
-					display: flex;
-					flex-direction: row;
-					justify-content: space-between;
-					margin: 2vw 0 2vw 0;
-					padding: 2vw;
-					background-color: var(--mainColor);
-				}
-			}
-
 			.four {
+				margin: 2vw 0 0 0;
 				padding: 2vw;
 				background-color: var(--mainColor);