| 
					
				 | 
			
			
				@@ -31,7 +31,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <image src="@/static/common/soldout.png" mode="widthFix"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="title"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <view class="tit">{{detail.title}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <view class="tit">{{detail.title}}<text>×{{detail.num}}</text></view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <view class="price">{{detail.amount | priceFilter2}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="des">{{detail.content}}</view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -358,7 +358,7 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           goodsId: this.id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           reportNote: this.reportForm.reason, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           url: this.reportForm.fileList.map(item => item.url), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$successToast(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.cancelReportDialog(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -467,8 +467,8 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     image { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      width: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      height: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      width: 80rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      height: 80rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       border-radius: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .info { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -478,7 +478,8 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .phone { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         font-size: 24rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        margin-top: 12rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        margin-top: 8rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        color: $sec-font; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -518,6 +519,13 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     justify-content: space-between; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .tit { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       font-size: 32rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      font-weight: 500; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      text { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        font-size: 28rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        color: $sec-font; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        font-weight: normal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        margin-left: 12rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .price { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       font-size: 32rpx; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -634,8 +642,8 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .top { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       image { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        width: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        height: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        width: 80rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        height: 80rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         border-radius: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         flex-shrink: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -646,7 +654,7 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         flex-direction: column; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         justify-content: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .name { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          font-size: 28rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .time { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           color: $sec-font; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -731,7 +739,7 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		height: 180rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		border: 2rpx dashed #dadada; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		border-radius: 10rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  		margin-top: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  		margin-bottom: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		box-sizing: border-box; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		.iconfont { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   			font-size: 48rpx; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -746,7 +754,7 @@ import { uploadImg } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   	.img { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		margin-right: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  		margin-top: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  		margin-bottom: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		&:nth-child(4n) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   			margin-right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   		} 
			 |