zs 2 years ago
parent
commit
ce50ebb180
3 changed files with 20 additions and 2 deletions
  1. 13 0
      pagesHome/market/search.vue
  2. 4 2
      pagesHome/order/detail.vue
  3. 3 0
      pagesMy/order/after.vue

+ 13 - 0
pagesHome/market/search.vue

@@ -42,6 +42,9 @@
 										<text>¥</text>
 										<text>{{item.sell_money}}</text>
 									</view>
+									<view class="other_1">
+										{{item.view_num||0}}人浏览
+									</view>
 									<view class="btn" v-if="item.is_sale==false">
 										<text class="iconfont icon-gouwuche"></text>
 									</view>
@@ -317,6 +320,16 @@
 								font-size: var(--font12Size);
 							}
 						}
+						.other_1 {
+							font-size: var(--font12Size);
+							color: var(--f85Color);
+						
+							text {
+								font-weight: bold;
+								padding: 0 2vw;
+								color: var(--ff0Color);
+							}
+						}
 
 						.btn {
 							button {

+ 4 - 2
pagesHome/order/detail.vue

@@ -37,7 +37,7 @@
 								<view class="title">选择规格</view>
 								<text class="iconfont icon-jiantouyou"></text>
 							</view>
-							<view class="thr_1" >
+							<view class="thr_1">
 								<view class="title">商品评价({{info.comment||0}})</view>
 								<text class="iconfont icon-jiantouyou"></text>
 							</view>
@@ -93,7 +93,9 @@
 		<uni-popup ref="popup" background-color="#fff" type="bottom">
 			<view class="content">
 				<view class="one">
-					<image class="image" :src="info.file&&info.file.length>0?info.file[0].url:''"></image>
+					<image class="image" v-if="specsInfo.file&&specsInfo.file.length>0"
+						:src="specsInfo.file&&specsInfo.file.length>0?specsInfo.file[0].url:''"></image>
+					<image class="image" v-else :src="info.file&&info.file.length>0?info.file[0].url:''"></image>
 					<view class="other">
 						<view class="money">
 							<text>¥</text>

+ 3 - 0
pagesMy/order/after.vue

@@ -39,6 +39,9 @@
 											<view class="other_1">
 												售后描述:<text>{{item.desc||'暂无'}}</text>
 											</view>
+											<view class="other_1">
+												售后处理人:<text>{{item.handle||'暂无'}}</text>
+											</view>
 										</view>
 									</view>
 									<view class="btn">