twt 1 month ago
parent
commit
c7853f49f4
4 changed files with 422 additions and 39 deletions
  1. 6 0
      pages.json
  2. 12 5
      pages/subPack/tire.vue
  3. 137 34
      pages/subPack/tireDetail.vue
  4. 267 0
      pages/subPack/tireSubmit.vue

+ 6 - 0
pages.json

@@ -661,6 +661,12 @@
 							//"navigationBarTitleText": "商品详情"
 							"navigationStyle": "custom"
 						}
+					},
+					{
+						"path": "tireSubmit",
+						"style": {
+							"navigationBarTitleText": "提交订单"
+						}
 					}
 					
 					

+ 12 - 5
pages/subPack/tire.vue

@@ -1,7 +1,9 @@
 <template>
 <view class="box">
  <view class="top" >
-	<view class="topTitle">天天低价买贵退差</view>
+	<view class="topTitle">
+		<image class="topTitleImg" src="http://dmsphoto.66km.com.cn/thFiles/A04B4AFE-6C2C-4570-B579-2AF05487D71E.png" mode=""></image>
+	</view>
 	 <view class="msBox">
 		 <view class="msLine">
 			 <image class="msIcon" src="../../static/img2/yczg.png" mode=""></image>
@@ -105,7 +107,7 @@
 			this.themeColor = uni.getStorageSync("themeColor");
 			uni.setNavigationBarColor({
 				frontColor: "#ffffff",
-				backgroundColor: 'FD3142'// + this.themeColor
+				backgroundColor: '#FD3142'// + this.themeColor
 			})
 			this.carInfo=this.$store.state.carInfo;
 			
@@ -246,7 +248,7 @@ margin-right: 8rpx;
 	-webkit-line-clamp: 2;		
 	line-clamp: 2;					
 	-webkit-box-orient: vertical;
-	width: 440rpx;
+	width: 430rpx;
 	
 }
 .goodsRight{
@@ -278,6 +280,7 @@ margin-right: 8rpx;
 	font-size: 22rpx;
 	color: #9A9A9A;
 	padding-top: 8rpx;
+	padding-left: 8rpx;
 }
 .isRecommend{
 		    font-size: 20rpx;
@@ -353,11 +356,12 @@ color: #222222;
 }
 .inputBox{
 	background: rgba(255,255,255,0.4);
-	border-radius: 38rpx;line-height: 42rpx;
+	border-radius: 40rpx;line-height: 42rpx;
 	border: 1px solid #FFFFFF;
 	padding: 18rpx 30rpx;font-size: 26rpx;color: #222222;
 	display: flex;justify-content: space-between;
 	margin-top: 32rpx;
+	padding-bottom: 14rpx;
 }
 .iBsx{
 	width: 2rpx;
@@ -505,5 +509,8 @@ color: #222222;
 	line-height: 80rpx;
 	text-align: center;
 }
-
+.topTitleImg{
+	width: 529rpx;
+	height: 52rpx;
+}
 </style>

+ 137 - 34
pages/subPack/tireDetail.vue

@@ -26,7 +26,7 @@
  		<view class="goodsPrice" >
  			<view class="goodsPrice2">¥</view>
  			<view class="goodsPrice3" >294.90</view>
- 			<view class="goodsPrice4" >优惠前:
+ 			<view class="goodsPrice4" style="padding-left: 10rpx;">优惠前:
 			 <span class="goodsPrice41">¥666</span>
 			</view>
  		</view>
@@ -63,7 +63,7 @@
 		  <image src="../../static/img2/duihao.png" mode="" class="duihaoImg"></image>
 		  <span>品牌·规格·花纹·载重系数</span>	
 		</view>
-		<image src="../../static/img2/hjt.png" mode="" class="jtImg1"></image>
+		<image src="../../static/img2/hjt.png" mode="" class="jtImg1" style="margin-top: 6rpx;"></image>
 	</view>
  </view>
  <!-- 促销-->
@@ -83,7 +83,7 @@
  
  
  <view class="buyBOx">
-	 <view class="buyLine" @click="ckCar" style="padding-bottom: 10rpx;">
+	 <view class="buyLine" @click="ckCar" style="padding-bottom: 8rpx;">
 		 <view class="buyTitle">已选车型</view>
 		 <view class="buyData" style="display: flex;">
 			 <view class="carModelLine">   {{carInfo.carModel?carInfo.carModel:'请选择车辆'}}</view>
@@ -109,7 +109,7 @@
 	 		 <view class="buyTitle">服务方式</view>
 	 		 <view class="buyData">到店使用</view>
 	 </view>
-	 <view class="buyLine">
+	 <view class="buyLine" style="padding-bottom: 8rpx;">
 	 		 <view class="buyTitle">服务门店</view>
 	 		 <view class="buyData" v-if="itemDefault.packTimeShopName=='全部'">全部门店</view>
 			 <view @click="keyongFn" class="buyData " style="display: flex;" v-else>{{itemDefault.packTimeShopName.split(',').length}}个门店可用
@@ -123,13 +123,13 @@
 	 		
 	 		 </view>
 	 </view>
-	 <view class="carTis" style="color: #797979;">当天23:59分之前下单,次日内即可进店</view>
+	 <view class="carTis" style="color: #797979;padding-bottom: 10rpx;">当天23:59分之前下单,次日内即可进店</view>
  </view>
  <!-- 购买流程-->
  <view class="gmlc">
 	 <view class="gmlcTitle">购买流程</view>
 	 <view>
-		 <image class="gmlcImg" src="http://dmsphoto.66km.com.cn/thFiles/789E7F17-D744-4E80-9EFD-75FF15BA2584.png" mode="widthFix"></image>
+		 <image class="gmlcImg" src="http://dmsphoto.66km.com.cn/thFiles/0BF3F1DB-8B56-488A-9BCB-663517985E9A.png" mode="widthFix"></image>
 	 </view>
  </view>
  
@@ -203,7 +203,7 @@
  				 	<view class="goodsPrice2">¥</view>
  				 	<view class="goodsPrice3">299</view>
  				 	<view class="goodsPrice4">
-						<span style="color: #EC0F0A;padding-right: 20rpx;"></span>/条
+						<span style="color: #EC0F0A;">/条</span>
 					<span class="goodsPrice41">优惠前¥399</span>
 					
 					</view>
@@ -215,13 +215,44 @@
 		 <view class="buyNumBox">
 			 <view class="buyNumTitle">购买数量</view>
 			 <view class="buyNumLineBox">
-				 <view class="buyNumline">1条</view>
-				 <view class="buyNumline">2条</view>
-				 <view class="buyNumline">3条</view>
-				 <view class="buyNumline">4条</view>
+				 <view class="buyNumline" :class="{buyNumlineActive:buyNum==1}" @click="bugNumFn(1)">1条</view>
+				 <view class="buyNumline" :class="{buyNumlineActive:buyNum==2}" @click="bugNumFn(2)">2条</view>
+				 <view class="buyNumline" :class="{buyNumlineActive:buyNum==3}" @click="bugNumFn(3)">3条</view>
+				 <view class="buyNumline" :class="{buyNumlineActive:buyNum==4}" @click="bugNumFn(4)">4条</view>
 			 </view>
+			
+		 </view>
+		 <view class="buyTkline">
+				<view class="buyTklineLeft">服务方式</view> 
+				<view class="buyTklineRight">到店服务</view>
+		 </view>
+		 <view class="buyTkline">
+				<view class="buyTklineLeft">门店地址</view> 
+				<view class="buyTklineRight">
+					<span>更换门店</span>
+					<image src="../../static/img2/hjt.png" mode="" class="jtImg1"></image>
+				</view>
+		 </view>
+		 <view class="buyShopBox">
+		 	<view class="buyShop">
+				<view class="buyShopTop">
+					<view class="buyShopTleft">
+						<view class="shopbq">距离最近</view>
+						<view class="buyshopName">兰考中山大道店</view>
+					</view>
+					<view class="buyShopTRgiht">
+						<image src="/static/timg/icon_checked@2x.png" mode="" class="duihao"></image>
+					</view>
+				</view>
+				<view class="buyShopCont">
+					<image src="/static/timg/noimg.png" class="buyShopContImg"></image>
+					<view class="buyShopContAdress">河南省开封市兰考县中山大道路河南省开封市</view>
+					<view class="buyShopJl">3306.9km</view>
+				</view>
+			</view>
 		 </view>
 		
+		
  		
 
  		 
@@ -357,6 +388,7 @@
 				itemDefaultTk:'',
 				canpinShow:false,
 				cxShow:false,
+				buyNum:'',
 			}
 		},
 		onLoad(opt) {
@@ -390,6 +422,9 @@
 			
 		},
 		methods: {
+			bugNumFn(num){
+			  this.buyNum=num	
+			},
 			makePhoneCall(tel){
 				uni.makePhoneCall({
 				  phoneNumber: tel,
@@ -419,19 +454,9 @@
 				this.itemDefaultTk.mainImgUrl=this.detail.openMaintainImgUrls[0]
 			},
 			goSubmit(){
-				this.itemDefaultTk.goodsnum=this.goodsnum
-				this.itemDefaultTk.goodsname=this.detail.title
-				this.itemDefaultTk.itemId=this.detail.id
-				this.itemDefaultTk.mainImgUrl=this.detail.openMaintainImgUrls[0]
-				uni.setStorage({
-					key: 'itemDefault',
-					data: this.itemDefaultTk,
-					 success: function () {
-					    uni.navigateTo({
-					    	url:'maintainSubmit'
-					    })
-					 }
-				}); 
+				uni.navigateTo({
+					url:'tireSubmit'
+				})
 			},
 			closeTk(){
 				this.tkShow=false
@@ -601,10 +626,10 @@
 	color: #999999;
 	padding-top: 20rpx;
 	
-	padding-left: 10rpx;
+	
 }
 .goodsPrice41{
-	text-decoration:line-through; 
+	text-decoration:line-through; padding-left: 10rpx;
 }
 .Sold{
 		font-weight: 400;
@@ -713,11 +738,7 @@ color: #666E80;
 	background: #FFFFFF;
 	border-radius: 26rpx 26rpx 0px 0px;
 }
-.buyNumBox{
-	padding: 30rpx;
-    padding-top: 10rpx;
-	padding-bottom: 70rpx;
-}
+
 .buyContCh{
 	position: absolute;
 	top: 53rpx;
@@ -905,7 +926,7 @@ color: #666E80;
 }
 .tkCont{
 	width: 750rpx;
-	height: 611rpx;
+	height: 910rpx;
 	background: #FFFFFF;
 	border-radius: 28rpx 28rpx 0rpx 0rpx;
 	position: absolute;
@@ -925,7 +946,7 @@ color: #666E80;
 	overflow-y: auto;
 }
 .tkTop{
-	display: flex;padding: 40rpx 24rpx;
+	display: flex;padding: 40rpx 24rpx 30rpx 24rpx;
 	padding-bottom: 25rpx;
 }
 .tkImg{
@@ -995,7 +1016,7 @@ color: #666E80;
 .buyNumBox{
 	padding: 30rpx;
     padding-top: 10rpx;
-	padding-bottom: 70rpx;
+	padding-bottom: 30rpx;
 }
 .buyContCh{
 	position: absolute;
@@ -1194,4 +1215,86 @@ padding: 24rpx 0;
 	color: #666E80;
 	padding-bottom: 8rpx;
 }
+.buyTkline{
+	display: flex;justify-content: space-between;
+	font-size: 26rpx;
+	color: #666E80;
+	padding: 15rpx 24rpx;
+}
+.buyTklineRight{
+	font-size: 26rpx;
+	color: #222222;
+	display: flex;
+}
+.buyTklineRight .jtImg1{
+	margin-top: 10rpx;
+	    margin-left: 6rpx;
+}
+.buyShopBox{
+	padding: 0 24rpx;
+}
+.duihao{
+	width: 28rpx;height: 28rpx;
+}
+.buyShopTRgiht{
+	    display: flex;
+	    align-items: center;
+}
+.buyShop{
+	background: #F9F9F9;
+	border-radius:6rpx;
+}
+.buyShopTop{
+	display: flex;justify-content: space-between;
+	padding: 16rpx 22rpx;
+	background: #F9EFF0;
+}
+.shopbq{
+	color: #FF063A;font-size: 22rpx;
+	border-radius: 6rpx;
+	border: 1rpx solid #FF063A;
+	padding: 0rpx 6rpx;
+	height: 30rpx;line-height: 30rpx;
+    margin-top: 4rpx;
+}
+.buyShopTleft{
+	display: flex;
+}
+.buyshopName{
+	font-size: 26rpx;
+	color: #222222;
+	line-height: 37rpx;
+	padding-left: 8rpx;
+}
+.buyShopCont{
+	display: flex;
+	padding: 22rpx;
+}
+.buyShopContImg{
+	width: 102rpx;
+	height: 102rpx;
+	border-radius: 6rpx;
+}
+.buyShopContAdress{
+	font-weight: 400;
+	font-size: 22rpx;
+	color: #666E80;
+	line-height: 34rpx;
+	width: 440rpx;
+	padding-left: 12rpx;
+}
+.buyShopJl{
+	font-size: 22rpx;
+	color: #666E80;	line-height: 34rpx;
+	    width: 110rpx;
+	    text-align: right;
+}
+.buyNumlineActive{
+	border-radius: 25rpx;
+	border: 1rpx solid #FF0035;
+	color: #FF0035;
+	background: #ffffff;
+	height: 48rpx;
+	line-height: 48rpx;width: 147rpx;
+}
 </style>

+ 267 - 0
pages/subPack/tireSubmit.vue

@@ -0,0 +1,267 @@
+<template>
+<view class="box">
+ <view class="cont">
+	 <view style="height: 20rpx;"></view>
+ 	<view class="shopBox">
+ 		  <view class="shopLeft">
+ 			  <view class="shopName">
+ 				  <span style="font-weight: 500;padding-right: 26rpx;">服务门店:</span>
+ 				  <span>兰考众生大道店</span>
+ 			  </view>
+			  <view class="shopAdress">河南省河南省河南省河南省河南省河南省河南</view>
+ 		  </view>
+ 		  <image src="../../static/timg/icon_phone@2x.png" mode="" class="callImg"></image>
+ 	</view>
+	
+	<view class="lineBox">
+		<view class="line">
+			<view class="lineLeft">联系方式</view>
+			<view class="lineRgiht">微信用户 18866665555</view>
+		</view>
+		<view class="line">
+			<view class="lineLeft">服务车辆</view>
+			<view class="lineRgiht">微信用户 18866665555</view>
+		</view>
+		<view class="line" style="border: none;">
+			<view class="lineLeft">期望时间</view>
+			<view class="lineRgiht" style="display: flex;">
+				<span>2024-11-12 1小时内</span>
+				<image src="../../static/img2/hjt.png" mode="" class="jtImg1"></image>
+			</view>
+		</view>
+	</view>
+	<view class="goodsBox">
+		<view class="goodsboxTitle">已选商品</view>
+		<view class="goodsLine">
+			<image src="../../static/timg/noimg.png" mode="" class="goodsImg"></image>
+			<view class="goodsRight">
+				<view class="goodsName">朝阳1号 235/55R18 ARISU</view>
+				<view class="goodsjgsl">
+					<view class="goodsprice">¥719</view>
+					<view class="goodsNum">x2</view>
+				</view>
+			</view>
+		</view>
+		<view class="zengline">
+			<view class="zeng">赠</view>
+			<view class="zengTxt">3年换新保障x1</view>
+		</view>
+		<view class="zengline">
+			<view class="zeng">赠</view>
+			<view class="zengTxt">3年换新保障x1</view>
+		</view>
+		<view class="zengline">
+			<view class="zeng">赠</view>
+			<view class="zengTxt">3年换新保障x1</view>
+		</view>
+	</view>
+	
+	<view class="lineBox">
+		<view class="line">
+			<view class="lineLeft">商品总价</view>
+			<view class="lineRgiht">¥1892.00</view>
+		</view>
+		<view class="line" style="border: none;">
+			<view class="lineLeft">服务总价</view>
+			<view class="lineRgiht">¥0.00</view>
+		</view>
+		
+	</view>
+ 	
+ </view>
+
+
+ 
+ <view class="bottomBox">
+	 <view class="bottom">
+		 <view class="bLeft">
+			 <span style="color: #222222;font-size: 26rpx;font-weight: 500;padding-right: 10rpx;">合计</span>
+			 <span style="color: #EC0F0A;font-size: 20rpx;font-weight: 500;">¥</span>
+			 <span style="color: #EC0F0A;font-size: 34rpx;font-weight: 500;">294</span>
+		 </view>
+		 <view class="bottomBtn">提交订单</view>
+	 </view>
+ </view>
+
+</view>
+</template>
+
+<script>
+	export default {
+		
+		data() {
+			return {
+				themeColor:'',
+				ext:'',
+				
+				carInfo:'',
+				
+			}
+		},
+		onLoad(opt) {
+			
+			
+			
+		},
+		onShow() {
+			
+			
+		},
+		methods: {
+			
+			
+		}
+	}
+</script>
+
+<style scoped lang="less">
+.box {
+	width: 100vw;
+	min-height: 100vh;
+	background: #F4F4F4;
+}
+.cont{
+	padding: 0 22rpx;
+}
+.callImg{
+	width: 50rpx;height: 50rpx;
+}
+.shopBox{
+	background: #ffffff;
+	border-radius: 16rpx;
+	padding: 34rpx 38rpx;
+	display: flex;justify-content: space-between;
+
+}
+.shopName{
+	font-size: 28rpx;
+	color: #222222;
+}
+.shopAdress{
+	font-size: 24rpx;
+	color: #666666;
+	line-height: 33rpx;
+	padding-top: 14rpx;
+}
+.shopLeft{
+	width: 500rpx;
+}
+.lineBox{
+	background: #ffffff;
+	border-radius: 16rpx;
+	padding: 0rpx 18rpx;
+	margin-top: 20rpx;
+}
+.line{
+	display: flex;justify-content: space-between;
+	padding: 18rpx 20rpx;
+	border-bottom: 1px solid #EEEEEE;
+}
+.lineLeft{
+	font-weight: 500;
+	font-size: 26rpx;
+	color: #222222;
+	line-height: 36rpx;
+}
+.lineRgiht{
+	font-size: 24rpx;
+	color: #222222;line-height: 36rpx;
+}
+.jtImg1{
+	width: 10rpx;height: 20rpx;margin-top: 10rpx;
+    margin-left: 6rpx;
+
+}
+.goodsImg{
+	width: 200rpx;
+	height: 200rpx;
+}
+.goodsBox{
+	background: #FFFFFF;
+	border-radius: 16rpx;
+	margin-top: 20rpx;
+	padding: 24rpx 35rpx;
+}
+.goodsboxTitle{
+	font-weight: 500;
+	font-size: 30rpx;
+	color: #222222;
+	padding-bottom: 24rpx;
+}
+.goodsLine{
+	display: flex;
+}
+.goodsRight{
+	width: 480rpx;
+	padding-left: 20rpx;
+}
+.goodsName{
+	font-size: 24rpx;
+	color: #222222;
+	line-height: 33rpx;
+	padding-top: 15rpx;
+}
+.goodsjgsl{
+	display: flex;justify-content: space-between;
+	padding-top: 12rpx;
+}
+.goodsprice{
+	font-weight: 500;
+	font-size: 34rpx;
+	color: #222222;
+	line-height: 48rpx;
+	
+}
+.goodsNum{
+	line-height: 48rpx;
+	font-weight: 500;
+	font-size: 24rpx;
+	color: #666666;
+}
+.zengline{
+	display: flex;padding-top: 18rpx;
+}
+.zeng{
+	width: 28rpx;
+	height: 28rpx;
+	border-radius: 6rpx;
+	line-height: 28rpx;text-align: center;
+	border: 1rpx solid #FF063A;
+	font-size: 18rpx;
+	color: #FF063A;
+    margin-top: 6rpx;
+}
+.zengTxt{
+	line-height: 42rpx;
+	font-size: 26rpx;
+	color: #666666;
+	padding-left: 12rpx;
+}
+.bottomBox{
+	position: fixed;
+	left: 0;
+	bottom: 0;
+	width: 100vw;
+	background: #ffffff;
+	padding-bottom: constant(safe-area-inset-bottom);
+	padding-bottom: env(safe-area-inset-bottom);
+}
+.bottom{
+	display: flex;
+	padding: 30rpx;
+	justify-content: space-between;
+}
+.bottomBtn{
+	width: 223rpx;
+	height: 86rpx;
+	background: #FCD903;
+	border-radius: 43rpx;
+	text-align: center;
+	line-height: 86rpx;
+	font-size: 32rpx;
+	color: #110B01;
+}
+.bLeft{
+	line-height: 86rpx;
+}
+</style>