zhengkaixin 1 éve
szülő
commit
15d10cff1a
1 módosított fájl, 23 hozzáadás és 22 törlés
  1. 23 22
      pages/monthlyCardActivity/monthlyCardBuy.vue

+ 23 - 22
pages/monthlyCardActivity/monthlyCardBuy.vue

@@ -36,7 +36,7 @@
 					</view>
 				</view>
 			</view>
-			<ujp-swiper v-if="!ispay"  :img-mode="'scaleToFill'" height="240" 
+			<ujp-swiper v-if="!ispay"  :img-mode="'scaleToFill'" height="190" 
 			:effect3d="true" :autoplay="false" :circular="false"
 				@change="checkboxChangeBtn" :name="'picUrl'">
 				
@@ -56,9 +56,12 @@
 						:class="'cardtab ' ">
 						<view class="tag" v-if="item.monthlyRentCard.isVip">{{item.monthlyRentCard.platformText}}车主
 						</view>
-						<view class="tag" v-else-if="item.monthlyRentCard.remark">{{item.monthlyRentCard.remark}}</view>
+						<view class="tag" v-else-if="false&&item.monthlyRentCard.remark">{{item.monthlyRentCard.remark}}</view>
+						<view  class="priceName">
+							 {{item.monthlyRentCard.remark}}
+						</view>
 						<view class="price">
-
+							
 							<view class="current-price">
 								<b>{{item.monthlyRentCard.price}}</b><text>元/月</text>
 								<!--  -->
@@ -66,13 +69,6 @@
 								<p v-if="item.monthlyRentCard.buyNum">{{item.monthlyRentCard.buyNum}}人次购买</p>
 
 							</view>
-
-							<!-- <view class="original-cost" v-if="item.monthlyRentCard.isVip||item.monthlyRentCard.discount">
-									原价 {{item.monthlyRentCard.oldPrice}}元/月
-								</view> -->
-
-
-
 						</view>
 
 
@@ -128,16 +124,16 @@
 				<view>· 在指定充电站充电时,此单服务费<b>全免</b></view>
 				<view>· 不可抵扣电费、停车费、占位费</view> -->
 				
-			<!-- 	<view class="lineInfo" v-show="detail.type==1" :class="detail.type==1?'lineInfo1':'lineInfo2'" >
+				<view class="lineInfo lineInfo1" >
 					<view  class="lineSvg">
 						<img src="@/assets/img/buy/bus2.svg">
 					</view>
 					<view class="lineView">
 						<view  class="lineTitle">适用车主</view>
-						<p class="linep">仅限非运营车车主或新用户购买和使用</p>
+						<p class="linep">适合运营车车主购买和使用</p>
 					</view>
-				</view> -->
-				<view class="lineInfo lineInfo2"   >
+				</view>
+			<!-- 	<view class="lineInfo lineInfo2"   >
 					<view  class="lineSvg">
 						<img src="@/assets/img/buy/bus.svg">
 					</view>
@@ -145,8 +141,8 @@
 						<view  class="lineTitle">适用车主</view>
 						<p class="linep">适合运营车车主购买和使用</p>
 					</view>
-				</view>
-				<view class="lineInfo lineInfo2"  >
+				</view> -->
+				<view class="lineInfo lineInfo1"  >
 					<view  class="lineSvg">
 						<img src="@/assets/img/buy/fee.svg">
 					</view>
@@ -155,7 +151,7 @@
 						<p class="linep">在指定站点充电时,此单服务费全免</p>
 					</view>
 				</view>
-				<view class="lineInfo lineInfo2"  >
+				<view class="lineInfo lineInfo1"  >
 					<view  class="lineSvg">
 						<img src="@/assets/img/buy/tips.svg">
 					</view>
@@ -362,7 +358,7 @@
 
 				<text v-if="detail.discount" class="price">{{detail.oldPrice}}</text> 开通服务费包月会员
 
-				<view class="position" v-if="detail.remark2">
+				<view class="position" v-if="false&&detail.remark2">
 					<view id="talkbubble">{{detail.remark2}}</view>
 				</view>
 			</button>
@@ -1044,10 +1040,15 @@
 		// 		font-size: 36rpx;
 		// 	}
 		// }
-
+		.priceName{
+			top: -30rpx;
+			left: 30rpx;
+			position: absolute;
+			font-size: 32rpx;
+		}
 		.price {
 			top: -90rpx;
-			right: 76rpx;
+			right: 42rpx;
 			position: absolute;
 
 			p {
@@ -1061,7 +1062,7 @@
 		}
 
 		.current-price {
-			font-size: 48rpx;
+			font-size: 58rpx;
 			color: #101010;
 			text-align: right;
 
@@ -1095,7 +1096,7 @@
 			position: relative;
 			background-size: 100% 100%;
 			background-repeat: no-repeat;
-			height: 300rpx;
+			height: 200rpx;
 
 
 			/deep/.u-checkbox__icon-wrap {