|
@@ -13,7 +13,8 @@
|
|
|
<view class="ibRight">
|
|
|
<image src="../../static/img2/gl.png" mode="" class="glIcon"></image>
|
|
|
<view class="glInput" v-if="milage">{{milage}}km</view>
|
|
|
- <input type="text" v-else placeholder="暂无填写" class="glInput"/>
|
|
|
+ <view class="glInput" v-else>暂无填写</view>
|
|
|
+ <!-- <input type="text" v-else placeholder="暂无填写" class="glInput"/> -->
|
|
|
<image src="../../static/img2/xia.png" mode="" class="xiaIcon"></image>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -134,43 +135,45 @@
|
|
|
<view class="tkBox" v-if="tkShow">
|
|
|
<view class="tkCont">
|
|
|
<view class="tkTop">
|
|
|
-
|
|
|
- <image class="tkImg" v-if="itemDefault.mainImgUrl" :src="itemDefault.mainImgUrl" mode=""></image>
|
|
|
- <image class="tkImg" v-else src="../../static/timg/noimg.png" mode=""></image>
|
|
|
- <view class="tkNameBox">
|
|
|
- <view class="tkName">{{itemDefault.goodsname}}</view>
|
|
|
- <view class="goodsPrice">
|
|
|
- <view class="goodsPrice2">¥</view>
|
|
|
- <view class="goodsPrice3">{{itemDefault.money}}</view>
|
|
|
- <!-- <view class="goodsPrice4" >原价:¥{{itemDefault.crossedPrice}}</view> -->
|
|
|
- </view>
|
|
|
-
|
|
|
+ <view class="tkDelBox" @click="clearAll">
|
|
|
+ <image src="../../static/img2/shanchu.png" mode="" class="tkDelIcon"></image>
|
|
|
+ <view class="tkDelTxt">清空</view>
|
|
|
</view>
|
|
|
+ <view class="tkTitle">清单</view>
|
|
|
+
|
|
|
<image @click="qdTkclose" class="chahao" src="../../static/img2/chahao.png" mode=""></image>
|
|
|
</view>
|
|
|
- <view class="buyLine">
|
|
|
- <view class="buyTitle">商品规格</view>
|
|
|
- <view class="buyData">
|
|
|
- <view class="goodsGuige activeGuige" style="margin-right: 24rpx;">{{itemDefault.title}}</view>
|
|
|
- <!-- <view class="goodsGuige">保养套餐卡</view> -->
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="buyLine">
|
|
|
- <view class="buyTitle">商品数量</view>
|
|
|
- <view class="buyData">
|
|
|
- <view class="numJsbox">
|
|
|
- <view class="numJj" @click="calculation(1)">-</view>
|
|
|
- <view class="goodsnum">
|
|
|
- <input type="number" value="" v-model="goodsnum" class="goodsnumInput"/>
|
|
|
- </view>
|
|
|
- <view class="numJj" @click="calculation(2)">+</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="tkBottom">
|
|
|
- <view class="tkBottomBtn commonBtn" @click="goSubmit">立即购买</view>
|
|
|
- </view>
|
|
|
+ <view class="tkCBox">
|
|
|
+ <view class="tkLine" v-if="itemDefault">
|
|
|
+ <view class="tkLineTop">
|
|
|
+ <view class="tklineTopTitle">套餐卡</view>
|
|
|
+ <view class="tkDelBox" @click="delitemDefault">
|
|
|
+ <image src="../../static/img2/shanchu.png" mode="" class="tkDelIcon"></image>
|
|
|
+ <view class="tkDelTxt">删除</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="tklineCont">
|
|
|
+ <image class="tkImg" v-if="itemDefault.mainImgUrl" :src="itemDefault.mainImgUrl" mode=""></image>
|
|
|
+ <image class="tkImg" v-else src="../../static/timg/noimg.png" mode=""></image>
|
|
|
+ <view class="tkNameBox">
|
|
|
+ <view class="tkName">{{itemDefault.goodsname}}</view>
|
|
|
+ <view class="goodsPrice">
|
|
|
+ <view class="goodsPrice4" >{{itemDefault.money}}</view>
|
|
|
+ <view class="goodsPrice2">¥</view>
|
|
|
+ <view class="goodsPrice3">{{itemDefault.price}}</view>
|
|
|
+ <view class="tkcount">{{itemDefault.count}}次</view>
|
|
|
+ <!-- <view class="goodsPrice4" >原价:¥{{itemDefault.crossedPrice}}</view> -->
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
@@ -256,6 +259,22 @@
|
|
|
qdTkclose(){
|
|
|
this.tkShow=false
|
|
|
},
|
|
|
+ clearAll(){
|
|
|
+ this.list.forEach(item=>{
|
|
|
+ item.packageItems.forEach(v=>{
|
|
|
+ v.select=false
|
|
|
+ })
|
|
|
+ })
|
|
|
+ this.itemDefault=''
|
|
|
+ },
|
|
|
+ delitemDefault(){
|
|
|
+ this.list.forEach(item=>{
|
|
|
+ item.packageItems.forEach(v=>{
|
|
|
+ v.select=false
|
|
|
+ })
|
|
|
+ })
|
|
|
+ this.itemDefault=''
|
|
|
+ },
|
|
|
selectItem(v,item){
|
|
|
this.list.forEach(item=>{
|
|
|
item.packageItems.forEach(v=>{
|
|
@@ -328,6 +347,7 @@
|
|
|
if(d.isDefault==1){
|
|
|
d.select=true
|
|
|
this.itemDefault=d
|
|
|
+ this.itemDefault.goodsname=this.lineItem.title
|
|
|
this.totalPrice=d.money
|
|
|
}
|
|
|
})
|
|
@@ -365,8 +385,8 @@
|
|
|
}
|
|
|
.tkCont{
|
|
|
width: 750rpx;
|
|
|
- height: 611rpx;
|
|
|
- background: #FFFFFF;
|
|
|
+ height: 60vh;
|
|
|
+ background: #EFEFEF;
|
|
|
border-radius: 28rpx 28rpx 0rpx 0rpx;
|
|
|
position: absolute;
|
|
|
left: 0;bottom: 0;
|
|
@@ -572,6 +592,7 @@ color: #666666;padding-left: 25rpx;
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
background: #FFFFFF;
|
|
|
+ z-index: 111;
|
|
|
}
|
|
|
.kaBox{
|
|
|
height: 70rpx;
|
|
@@ -694,19 +715,23 @@ color: #A26D4F;
|
|
|
display: flex;padding: 40rpx 24rpx;
|
|
|
}
|
|
|
.tkImg{
|
|
|
- width: 160rpx;
|
|
|
- height: 160rpx;border-radius: 13rpx;
|
|
|
+width: 120rpx;
|
|
|
+height: 120rpx;
|
|
|
+background: #DDDDDD;
|
|
|
+border-radius: 6rpx;
|
|
|
}
|
|
|
.tkName{
|
|
|
- font-size: 30rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 24rpx;
|
|
|
color: #222222;
|
|
|
- line-height: 42rpx;
|
|
|
+ line-height: 33rpx;
|
|
|
}
|
|
|
.tkNameBox{
|
|
|
padding-left: 24rpx;width: 500rpx;
|
|
|
}
|
|
|
.chahao{
|
|
|
width: 22rpx;height: 22rpx;padding-top: 10rpx;
|
|
|
+ padding-left: 80rpx;
|
|
|
}
|
|
|
.buyLine{
|
|
|
display: flex;justify-content: space-between;
|
|
@@ -819,4 +844,61 @@ color: #666E80;
|
|
|
border: 1px solid #FE0200;
|
|
|
background: #FFF7F7;
|
|
|
}
|
|
|
+.tkLine{
|
|
|
+ background: #ffffff;
|
|
|
+ padding: 12rpx 22rpx;
|
|
|
+ padding-bottom: 30rpx;
|
|
|
+}
|
|
|
+.tkDelIcon{
|
|
|
+ width: 25rpx;height: 27rpx;
|
|
|
+ margin: 6rpx;
|
|
|
+}
|
|
|
+.tkTitle{
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 42rpx;
|
|
|
+}
|
|
|
+.tkTop{
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.tkDelBox{
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.tkTop .tkDelTxt{
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 42rpx;
|
|
|
+ padding-left: 8rpx;
|
|
|
+}
|
|
|
+.tkCBox{
|
|
|
+ padding: 0 22rpx;
|
|
|
+}
|
|
|
+.tkLineTop{
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+}
|
|
|
+.tkCBox .tkDelTxt{
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 42rpx;
|
|
|
+ padding-left: 8rpx;
|
|
|
+}
|
|
|
+.tklineCont{
|
|
|
+ display: flex;
|
|
|
+ padding-top: 24rpx;
|
|
|
+ padding-left: 20rpx;
|
|
|
+}
|
|
|
+.tkcount{
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 22rpx;
|
|
|
+ color: #222222;
|
|
|
+ padding-left: 22rpx;
|
|
|
+ padding-top: 14rpx;
|
|
|
+}
|
|
|
+.tkCBox .goodsPrice{
|
|
|
+ padding-top: 36rpx;
|
|
|
+ justify-content: flex-end;
|
|
|
+}
|
|
|
</style>
|