| 
					
				 | 
			
			
				@@ -1,21 +1,21 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	<view class="box">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<!-- 自定义导航 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	<!-- 	<view class="zdyNavBox"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="zdyNav"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="zdyNavLeft"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<image src="../../../static/img/nav_icon_back.png" mode="aspectFit" class="backImg" @click="goback"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<image src="../../../static/img/nav_icon_home.png" mode="" class="homeImg" @click="gohome"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="zdyNavTitle">订单详情</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view style="width: 100px;"></view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<view style="height: 44px;"></view> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<homenav :iStatusBarHeight="iStatusBarHeight" :title="'订单详情'" :cj="3"></homenav> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<!-- 自定义导航 -->
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	<!-- 	<view class="zdyNavBox">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="zdyNav">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="zdyNavLeft">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<image src="../../../static/img/nav_icon_back.png" mode="aspectFit" class="backImg" @click="goback"></image>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<image src="../../../static/img/nav_icon_home.png" mode="" class="homeImg" @click="gohome"></image>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="zdyNavTitle">订单详情</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view style="width: 100px;"></view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<view style="height: 44px;"></view> -->
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<homenav :iStatusBarHeight="iStatusBarHeight" :title="'订单详情'" :cj="3"></homenav>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<view class="top" :style="{background:'#'+themeColor}">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view class="orderState">
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -100,16 +100,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			 </view> -->
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view v-if="orderData.openSheetDetail.length>0" v-for="(item,index) in orderData.openSheetDetail" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationLine2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<view class="goodsName">{{item.itemName}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<view class="huodong" @click="goDetail(item.itemId)"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<view class="goodsName3">活动详情</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<image src="../../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="salePrice"><span class="informationNum">¥</span>{{orderData.data.payType==1? item.salePrice:0}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view v-if="orderData.openSheetDetail.length>0" v-for="(item,index) in orderData.openSheetDetail" :key="index">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationLine2">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<view class="goodsName">{{item.itemName}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<view class="huodong" @click="goDetail(item.itemId)">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<view class="goodsName3">活动详情</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<image src="../../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="salePrice"><span class="informationNum">¥</span>{{orderData.data.payType==1? item.salePrice:0}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4&& orderData.data.sheetState != 5" class="line"></view>
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -158,28 +158,28 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<!-- 订单信息 -->
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<view class="information">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="detailedTitle">订单信息</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="informationLine" v-if="orderData.data.plateNumber"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationTxt">车牌号:</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationNum">{{orderData.data.plateNumber}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="informationLine" v-if="orderData.data.customerName"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationTxt">联系人:</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationNum">{{orderData.data.customerName}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="informationLine" v-if="orderData.data.mobilePhone"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationTxt">手机号:</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationNum">{{orderData.data.mobilePhone}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="informationLine" v-if="orderData.data.unit"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationTxt">单位:</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationNum">{{orderData.data.unit}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<view class="informationLine"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationTxt">报名时间:</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="informationNum">{{orderData.data.createTime}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="detailedTitle">订单信息</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="informationLine" v-if="orderData.data.plateNumber">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationTxt">车牌号:</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationNum">{{orderData.data.plateNumber}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="informationLine" v-if="orderData.data.customerName">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationTxt">联系人:</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationNum">{{orderData.data.customerName}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="informationLine" v-if="orderData.data.mobilePhone">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationTxt">手机号:</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationNum">{{orderData.data.mobilePhone}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="informationLine" v-if="orderData.data.unit">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationTxt">单位:</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationNum">{{orderData.data.unit}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="informationLine">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationTxt">报名时间:</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="informationNum">{{orderData.data.createTime}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view class="informationLine">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="informationTxt">订单单号:</view>
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -252,23 +252,23 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<image @click="isShowMaHide" src="../../../static/img/icon_delete.png" mode=""
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						style="width: 26rpx;height: 26rpx;margin-left: 10rpx;"></image>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<swiper class="swiper" circular :current='swiperIndex'  :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<swiper-item v-for="(item,index) in quanMaList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<view class="swiper-item"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							<view class="maCode">{{item}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							<view class="maBoximg"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								<tki-qrcode cid="qrcode1" ref="qrcode" :val="item" :size="400" :unit="unit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									:pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									:loadMake="loadMake" :usingComponents="true" @result="qrR" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					</swiper-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<swiper class="swiper" circular :current='swiperIndex'  :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<swiper-item v-for="(item,index) in quanMaList">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<view class="swiper-item">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							<view class="maCode">{{item}}</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							<view class="maBoximg">
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								<tki-qrcode cid="qrcode1" ref="qrcode" :val="item" :size="400" :unit="unit"
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									:pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									:loadMake="loadMake" :usingComponents="true" @result="qrR" />
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					</swiper-item>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</swiper>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</view>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -378,7 +378,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		data() {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			return {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				id: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				id: '',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				iStatusBarHeight:'',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				orderData: '',
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -399,9 +399,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				iconsize: 40, // 二维码图标大小
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				src: '', // 二维码生成后的图片地址或base64
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				isShowMa: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				isShowMa: false,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				quanMaList:[],
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				 themeColor:'', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				 themeColor:'',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 authorizShow:false,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 userInfo:'',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ext:'',
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -443,10 +443,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             	})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		methods: {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -501,7 +501,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			seeTyshowBtn(){
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.seeTyshow=true;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			decryptPhoneNumber: function(e) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			  console.log(e);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			  this.code=e.detail.code
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -547,13 +547,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			isShowMaHide(){
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.isShowMa=false
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			goDetail(id) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				console.log('id--',id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				uni.navigateTo({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					url: '../../activity/jkDetail?id=' + id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			goDetail(id) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				console.log('id--',id);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				uni.navigateTo({
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					url: '../../activity/jkDetail?id=' + id
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			pay(){
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.$http('openMallOrder/unifiedPay', {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -648,45 +648,45 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			cancelBespeak(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				var that = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				uni.showModal({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				    title: '提示', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				    content: '是否取消该订单', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					cancelText:'否', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					confirmText:'是', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				    success: function (res) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				        if (res.confirm) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								uni.showLoading({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									title: '加载中' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								that.$http('openOrderManagement/updateSheetState', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									id: that.id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								}, 'POST').then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									uni.hideLoading(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									// var list = res.data.Items 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									uni.showToast({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-										title: '取消成功', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-										icon: 'none', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-										duration: 2000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									setTimeout(function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-										that.getData(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-									}, 1000); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				           
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				        } else if (res.cancel) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				            
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			cancelBespeak(){
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				var that = this
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				uni.showModal({
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				    title: '提示',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				    content: '是否取消该订单',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					cancelText:'否',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					confirmText:'是',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				    success: function (res) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				        if (res.confirm) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								uni.showLoading({
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									title: '加载中'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								that.$http('openOrderManagement/updateSheetState', {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									id: that.id,
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								}, 'POST').then(res => {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									uni.hideLoading();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									// var list = res.data.Items
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									uni.showToast({
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+										title: '取消成功',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+										icon: 'none',
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+										duration: 2000
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									});
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									setTimeout(function() {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+										that.getData();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+									}, 1000);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				          
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				        } else if (res.cancel) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				           
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				        }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				    }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				});
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			map() {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -734,19 +734,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				}, 'GET').then(res => {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					uni.hideLoading();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					this.orderData = res.data;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					if (this.quanMaList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						this.quanMaList = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					let maList = this.orderData.OpenSheetQRCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					if (maList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						maList.forEach(item =>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							if (item.writeoffState==1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								this.quanMaList.push(item.qrCode); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					this.clock() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					console.log('可用券码--',this.quanMaList); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					if (this.quanMaList) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						this.quanMaList = [];
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					let maList = this.orderData.OpenSheetQRCode;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					if (maList) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						maList.forEach(item =>{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							if (item.writeoffState==1) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								this.quanMaList.push(item.qrCode);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.clock()
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					console.log('可用券码--',this.quanMaList);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -824,14 +824,14 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			  setTimeout(_this.clock, 1000)
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			goback() {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				uni.navigateBack({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				 	delta: 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				uni.navigateBack({
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				 	delta: 1
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			gohome(){
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				uni.switchTab({
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					url:'../../index/index'
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				})
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			gohome(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				uni.switchTab({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					url:'../../index/index' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		},
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -906,12 +906,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .grouptkLIne{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	display: flex;padding: 15rpx 24rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	justify-content: space-between;font-weight: 400; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-color: #3C3C3C;font-size: 26rpx;line-height: 32rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	justify-content: space-between;font-weight: 400;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+color: #3C3C3C;font-size: 26rpx;line-height: 32rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .grouptk .maTitle{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 padding-left: 4rpx; 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 color: #333333;font-weight: 500; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	 color: #333333;font-weight: 500;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .ptCont{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	width: 702rpx;
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -943,10 +943,10 @@ color: #3C3C3C;font-size: 26rpx;line-height: 32rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	color: #FFFFFF;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .DiffBNumber{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	color: #764D49;font-size: 24rpx;text-align: center;padding-top:16rpx;padding-bottom: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	color: #764D49;font-size: 24rpx;text-align: center;padding-top:16rpx;padding-bottom: 30rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .ptmobilePhoneLine{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	display: flex;font-weight: 400;justify-content: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	display: flex;font-weight: 400;justify-content: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 color: #764D49;font-size: 26rpx;padding-top:20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .vipIcon{
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -974,46 +974,46 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		min-height: 100vh;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		background: #F4F5F7;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		padding-bottom: 135rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.zdyNavBox{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 100vw; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		background: #FFFFFF; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		z-index: 9999999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.zdyNav{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 44px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		justify-content: space-between; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.backImg{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 44rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 44rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin-left: 10rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin-right: 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.homeImg{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 44rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 44rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.zdyNavLeft{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.zdyNavTitle{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 100vw; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 44px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		background: #FFFFFF; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 34rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		line-height: 44px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.zdyNavBox{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 100vw;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		background: #FFFFFF;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		position: fixed;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		top: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		left: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		z-index: 9999999;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.zdyNav{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 44px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		justify-content: space-between;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		align-items: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.backImg{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 44rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 44rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-left: 10rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-right: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.homeImg{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 44rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 44rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.zdyNavLeft{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		align-items: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.zdyNavTitle{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 100vw;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 44px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		background: #FFFFFF;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		text-align: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 34rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		line-height: 44px;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.top {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1150,8 +1150,8 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.code {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-weight: bold; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 180rpx 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-weight: bold;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 180rpx
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.old {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1179,15 +1179,15 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		border-radius: 4rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		margin-left: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.quanState2{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 22rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #999999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 0 10rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		border: 1rpx solid #DDDDDD; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		border-radius: 4rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin-left: 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.quanState2{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 22rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #999999;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 0 10rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		border: 1rpx solid #DDDDDD;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		border-radius: 4rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-left: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1211,13 +1211,13 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		justify-content: space-between;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		align-items: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		padding-bottom: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.salePrice {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		    padding-left: 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		    padding-left: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		    padding-top: 15rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		font-weight: 500;
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1252,23 +1252,23 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.goodsName {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		width: 70%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 26rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.huodong{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.goodsName3{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #333333; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 26rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.goodsName2{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 20rpx 20rpx 15rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #333333; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 26rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.huodong{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		align-items: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.goodsName3{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.goodsName2{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 20rpx 20rpx 15rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.informationNum {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1285,7 +1285,7 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		text-align: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		line-height: 33rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 0 15rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 0 15rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		margin-left: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1350,7 +1350,7 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.itemTop {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 18rpx 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 18rpx 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		padding-right: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		background-color: #FFEFD5;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1363,24 +1363,24 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		width: 104rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin-right: 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-right: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		text-align: right;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.leftItem { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 26rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #333333; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.leftItem {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		margin-right: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		flex-grow: 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		/* 隐藏文字显示 ...不换行 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		overflow: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		text-overflow: ellipsis; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		flex-grow: 1;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		/* 隐藏文字显示 ...不换行 */
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		overflow: hidden;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		text-overflow: ellipsis;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		white-space: nowrap;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.itemContent {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		padding-right: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		background-color: #FFFFFF;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1421,17 +1421,17 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		font-size: 26rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		text-align: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		padding-left: 100rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.swiper{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 85%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		background: #FFFFFF; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.swiper-item{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.swiper{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 85%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		background: #FFFFFF;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.swiper-item{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.maCode {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1440,7 +1440,7 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		font-weight: 500;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		line-height: 42rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin-bottom: 40rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-bottom: 40rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		text-align: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1536,103 +1536,103 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			height: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-.tuikuanBox { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 100vh; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		background: rgba(0, 0, 0, 0.4); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		left: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		top: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		z-index: 999; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.tuikuan { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 638rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 664rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		background: #ffffff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin: 0 36rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin-top: 50%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		border-radius: 24rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 30rpx 20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.tuiTop { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		justify-content: space-between; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		margin-bottom: 36rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.tuiTitle { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 56rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 40rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 28rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-weight: 500; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #3C3C3C; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		line-height: 40rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.contLine { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		justify-content: space-between; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 28rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 30rpx 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		border-bottom: 1px solid #EEEEEE; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.contlineLeft { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #666666; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		line-height: 40rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.star { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 14rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 14rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding-bottom: 5rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.carModel { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 350rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		text-align: left; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.noColor { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #CCCCCC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.carModelRight { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		justify-content: flex-start; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.contlineRight { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #333333; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		line-height: 40rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 400rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		text-align: right; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.contlineRightInput { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		color: #333333; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		text-align: left; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 28rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		min-height: 182rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 400rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.contlineRightJt { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		width: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		height: 30rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.tuiBtns { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		display: flex;justify-content: space-around; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		padding: 40rpx 20rpx 10rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+.tuikuanBox {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 100%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 100vh;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		background: rgba(0, 0, 0, 0.4);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		position: fixed;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		left: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		top: 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		z-index: 999;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.tuikuan {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 638rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 664rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		background: #ffffff;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin: 0 36rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-top: 50%;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		border-radius: 24rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 30rpx 20rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.tuiTop {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		justify-content: space-between;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-bottom: 36rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.tuiTitle {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 56rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 40rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 28rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-weight: 500;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #3C3C3C;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		line-height: 40rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.contLine {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		justify-content: space-between;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 28rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 30rpx 0;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		border-bottom: 1px solid #EEEEEE;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.contlineLeft {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #666666;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		line-height: 40rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		align-items: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.star {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 14rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 14rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding-bottom: 5rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.carModel {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 350rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		text-align: left;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.noColor {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #CCCCCC;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.carModelRight {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		display: flex;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		justify-content: flex-start;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		align-items: center;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.contlineRight {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		line-height: 40rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 400rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		text-align: right;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.contlineRightInput {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #333333;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		text-align: left;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 28rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		min-height: 182rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 400rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.contlineRightJt {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		width: 30rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		height: 30rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.tuiBtns {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		display: flex;justify-content: space-around;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		padding: 40rpx 20rpx 10rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.btn {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		width: 250rpx;
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1675,4 +1675,4 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.detailedLineBox{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		padding-bottom: 10rpx;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-</style> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</style>
 
			 |