Explorar el Código

六折卡商品详情 确认订单

常志远 hace 1 año
padre
commit
4165f19198

BIN
assets/font/YouSheBiaoTiHei-2.ttf


+ 15 - 0
assets/font/font.css

@@ -0,0 +1,15 @@
+
+	
+	@font-face {
+	
+	    font-family: 'YouSheBiaoTiHei';
+	     src: url('YouSheBiaoTiHei-2.ttf');
+		font-display:swap;
+		font-weight: normal;
+	    font-style: normal;  
+	
+	  }
+	  
+	 
+	   
+	  

+ 1 - 0
assets/img/alipay-fill.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.4224 15.3576C17.5929 14.2048 15.3667 13.5176 14.744 13.296C15.312 12.32 15.768 11.2 16.064 9.976H12.8V8.872H16.8V8.192H12.8V6.344H11.264C10.984 6.344 10.952 6.592 10.952 6.592V8.184H7.2V8.864H10.952V9.968H7.88V10.584H14.104C13.88 11.36 13.576 12.096 13.216 12.76C11.808 12.296 11.024 11.976 9.304 11.816C6.048 11.504 5.296 13.296 5.176 14.392C5 16.064 6.48 17.424 8.688 17.424C10.896 17.424 12.368 16.4 13.768 14.704C14.9346 15.2619 17.1059 16.2293 20.2819 17.6062C18.4835 20.2577 15.4452 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.1778 21.7964 14.3081 21.4224 15.3576ZM8.432 16.368C6.096 16.368 5.728 14.888 5.848 14.272C5.968 13.656 6.648 12.856 7.952 12.856C9.448 12.856 10.784 13.24 12.392 14.016C11.256 15.496 9.872 16.368 8.432 16.368Z" fill="rgba(22,119,255,1)"></path></svg>

BIN
assets/img/map.png


BIN
assets/img/productImg.png


BIN
assets/img/productPic.png


+ 1 - 0
assets/img/wechat-pay-fill.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.27099 14.6689C8.9532 14.8312 8.56403 14.7122 8.39132 14.4L8.3477 14.3054L6.53019 10.3069C6.52269 10.2588 6.52269 10.2097 6.53019 10.1615C6.53017 10.0735 6.56564 9.98916 6.62857 9.9276C6.6915 9.86603 6.7766 9.83243 6.86462 9.83438C6.93567 9.83269 7.00508 9.85582 7.06091 9.89981L9.24191 11.4265C9.40329 11.5346 9.59293 11.5928 9.78716 11.5937C9.90424 11.5945 10.0203 11.5723 10.1289 11.5283L20.176 7.02816C18.091 4.72544 15.1103 3.43931 12.0045 3.5022C6.4793 3.5022 2.00098 7.23172 2.00098 11.87C2.06681 14.4052 3.35646 16.7515 5.4615 18.1658C5.6878 18.3326 5.78402 18.6241 5.70141 18.8928L5.25067 20.594C5.22336 20.6714 5.20625 20.7521 5.19978 20.8339C5.19777 20.9232 5.23236 21.0094 5.29552 21.0726C5.35868 21.1358 5.44491 21.1703 5.5342 21.1684C5.60098 21.1645 5.66583 21.1445 5.72322 21.1102L7.90423 19.8452C8.06383 19.7467 8.2474 19.6939 8.43494 19.6925C8.53352 19.6923 8.63157 19.707 8.72574 19.7361C9.78781 20.0363 10.8863 20.188 11.99 20.1869C17.5152 20.1869 22.001 16.4574 22.001 11.8554C22.0108 10.4834 21.6301 9.13687 20.903 7.97326L9.35096 14.6253L9.27099 14.6689Z" fill="rgba(34,172,56,1)"></path></svg>

+ 1 - 1
main.js

@@ -6,7 +6,7 @@ import getOpenId from './utils/init.js'
 //支付宝的
 import getALIOpenId from './utils/initALI.js'
 import 'remixicon/fonts/remixicon.css'
-
+import './assets/font/font.css'
 var IS_WEIXIN = /MicroMessenger/.test(window.navigator.userAgent)
 var IS_ALI = /AlipayClient/.test(window.navigator.userAgent)
 // if(IS_WEIXIN){

+ 18 - 0
pages.json

@@ -795,6 +795,24 @@
             }
             
         }
+        ,{
+            "path" : "pages/discountCard/productDetails",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/discountCard/confirmOrder",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 	"globalStyle": {
 		"navigationStyle": "custom", // 隐藏系统导航栏

+ 276 - 0
pages/discountCard/confirmOrder.vue

@@ -0,0 +1,276 @@
+<template>
+	<view>
+		<ujp-navbar title="确认订单"></ujp-navbar>
+		<!-- 商品信息 -->
+		<view class="product-infos">
+			<view class="picture">
+				<img src="../../assets/img/productPic.png" alt="">
+			</view>
+			<view class="infos">
+				<view class="name">
+					自营站充电服务费6折卡
+				</view>
+				<view class="specification">
+					<view class="title">
+						可用338度(有效期30天)
+					</view>
+					<view class="value">
+						x1
+					</view>
+				</view>
+				<view class="price">
+					12.9元
+				</view>
+			</view>
+		</view>
+
+		<!-- 订单金额 -->
+		<view class="order-price">
+			<view class="title">
+				订单金额
+			</view>
+			<view class="price-group">
+				<view class="item">
+					<view class="item-title">
+						商品金额
+					</view>
+					<view class="item-value">
+						12.9元
+					</view>
+				</view>
+				<view class="item">
+					<view class="item-title">
+						优惠金额
+					</view>
+					<view class="item-value">
+						0元
+					</view>
+				</view>
+				<view class="item">
+					<view class="item-title">
+						合计
+					</view>
+					<view class="item-value">
+						12.9元
+					</view>
+				</view>
+			</view>
+		</view>
+        <!-- 支付方式 -->
+		<view class="payment-mode">
+			<view class="title">
+				支付方式
+			</view>
+			<view class="mode">
+				<view class="item">
+					<view class="mode-name">
+						<view class="img"><img src="../../assets/img/wechat-pay-fill.svg" alt=""></view>微信支付
+					</view>
+					<view class="mode-radio">
+						<label class="radio">
+							<radio value="" /><text></text>
+						</label>
+					</view>
+				</view>
+				<view class="item">
+					<view class="mode-name">
+						<view class="img"><img src="../../assets/img/alipay-fill.svg" alt=""></view>微信支付
+					</view>
+					<view class="mode-radio">
+						<label class="radio">
+							<radio value="" /><text></text>
+						</label>
+					</view>
+				</view>
+			</view>
+		</view>
+		<!-- 底部 -->
+		<view class="bottom">
+			<view class="to-be-pay">
+				待支付: 12.9元
+			</view>
+			<view class="btn">
+				<button class="submit">提交订单</button>
+			</view>
+		</view>
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+
+			}
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style>
+	page {
+		padding-bottom: 100px;
+	}
+</style>
+<style scoped lang="scss">
+	.product-infos {
+		display: flex;
+		align-items: center;
+		margin: 24rpx;
+		background-color: #fff;
+		padding: 32rpx 24rpx;
+
+		.picture {
+			width: 152rpx;
+			height: 152rpx;
+			border-radius: 4px;
+			overflow: hidden;
+			margin-right: 16rpx;
+
+			img {
+				width: 100%;
+			}
+		}
+
+		.infos {
+			flex: 1;
+
+			.name {
+				color: rgba(51, 51, 51, 1);
+				font-size: 32rpx;
+				font-weight: bold;
+			}
+
+			.specification {
+				display: flex;
+				justify-content: space-between;
+				align-items: center;
+				margin-top: 8rpx;
+
+				.title {
+					color: rgba(119, 119, 119, 1);
+					font-size: 24rpx;
+				}
+				.value {
+					color: rgba(51, 51, 51, 1);
+					font-size: 32rpx;
+				}
+			}
+
+			.price {
+				color: rgba(16, 16, 16, 1);
+				font-size: 32rpx;
+				margin-top: 24rpx;
+			}
+		}
+	}
+
+	// 订单金额
+	.order-price {
+		margin: 40rpx;
+		padding: 32rpx 24rpx;
+		background-color: #fff;
+		border-radius: 8px;
+
+		.title {
+			color: rgba(51, 51, 51, 1);
+			font-size: 32rpx;
+			font-weight: bold;
+		}
+
+		.price-group {
+			margin-top: 32rpx;
+
+			.item {
+				display: flex;
+				align-items: center;
+				justify-content: space-between;
+				margin-top: 24rpx;
+
+				.item-title {
+					color: rgba(51, 51, 51, 1);
+
+				}
+
+				.item-value {
+					color: rgba(51, 51, 51, 1);
+					font-size: 32rpx
+				}
+			}
+		}
+	}
+
+ // 支付方式
+.payment-mode{
+	margin: 40rpx;
+	padding: 32rpx 24rpx;
+	background-color: #fff;
+	border-radius: 8px;
+	
+	.title {
+		color: rgba(51, 51, 51, 1);
+		font-size: 32rpx;
+		font-weight: bold;
+	}
+	.mode{
+		margin-top: 24rpx;
+		.item{
+			margin-bottom: 24rpx;
+			display: flex;
+			justify-content: space-between;
+			align-items: center;
+			.mode-name{
+				display: flex;
+				align-items: center;
+				.img{
+					width: 48rpx;
+					height: 48rpx;
+					margin-right: 8rpx;
+					img{
+						width: 100%;
+					}
+				}
+			}
+			/deep/.uni-radio-input{
+				width: 40rpx;
+				height: 40rpx;
+			}
+			/deep/.uni-radio-input-checked{
+				background-color: #00B962 !important;
+				    border-color: #00B962 !important;
+			}
+		}
+	}
+}
+
+// 底部
+.bottom{
+	position: fixed;
+	left: 0;
+	right: 0;
+	bottom: 0;
+	background-color: #fff;
+	padding: 24rpx 32rpx;
+	display: flex;
+	align-items: center;
+	justify-content: space-between;
+	.to-be-pay{
+		color: rgba(16, 16, 16, 1);
+		font-size: 40rpx;
+		font-weight: bold;
+	}
+	.submit{
+		width: 318rpx;
+		height: 96rpx;
+		line-height: 96rpx;
+		background-color: rgba(0, 185, 98, 1);
+		color: rgba(255, 255, 255, 1);
+		font-size: 36rpx;
+		border-radius: 50px;
+		
+	}
+}
+
+</style>

+ 1094 - 0
pages/discountCard/productDetails.vue

@@ -0,0 +1,1094 @@
+<template>
+	<view>
+		<ujp-navbar title="自营站充电服务费6折卡"></ujp-navbar>
+		<view class="header">
+			<view class="cover">
+				<img src="../../assets/img/productImg.png" alt="">
+			</view>
+			<view class="text1">
+				51充电联盟自营站
+			</view>
+			<view class="text1">
+				充电服务费6折卡
+			</view>
+			<view class="tag">
+				<view class="icon">
+					<u-icon name="checkmark-circle-fill" color="#fff"></u-icon>
+				</view>
+				<view class="tag-text">
+					全省200+充电枪
+				</view>
+			</view>
+			<view class="tag">
+				<view class="icon">
+					<u-icon name="checkmark-circle-fill" color="#fff"></u-icon>
+				</view>
+				<view class="tag-text">
+					平台注册会员及新能源车主可用
+				</view>
+			</view>
+			<view class="usable-range">
+				*仅平台自营站可用
+			</view>
+		</view>
+
+		<view class="main">
+			<view class="infos">
+				<view class="title">
+					51充电联盟自营站充电服务费6折卡
+				</view>
+				<view class="price">
+					¥12.9元
+				</view>
+				<!-- 使用范围 -->
+				<view class="usable-range">
+					<view class="item">
+						<u-icon name="checkmark-circle"></u-icon>
+						仅可优惠充电服务费
+					</view>
+					<view class="item">
+						<u-icon name="checkmark-circle"></u-icon>
+						新能源车主可用
+					</view>
+					<view class="item">
+						<u-icon name="checkmark-circle"></u-icon>
+						仅平台自营站可用
+					</view>
+				</view>
+
+			</view>
+			<!-- 规格 -->
+			<view class="specification">
+				<view class="title">
+					规格
+				</view>
+				<view class="value">
+					选择商品规格<u-icon name="arrow-right" color="#999" size="28"></u-icon>
+				</view>
+			</view>
+			<!-- 适用站点 -->
+			<view class="applicable-site">
+				适用站点:平台自营站
+			</view>
+			<!-- 服务费 -->
+			<view class="service-charge">
+				<view class="box">
+					<view class="discount">
+						自营站充电服务费6折
+					</view>
+				</view>
+				<view class="price">
+					<view class="item">
+						<text>12.9</text>元
+					</view>
+					<view class="item">
+						<text>12.9</text>元
+					</view>
+				</view>
+				<view class="hint1">
+					<view class="item">
+						<p>累计338度内可用</p>
+						<p>有效期30天</p>
+					</view>
+					<view class="item">
+						<p>累计338度内可用</p>
+						<p>有效期30天</p>
+					</view>
+				</view>
+			</view>
+			<!-- 价格对比 -->
+			<view class="price-comparison">
+				<view class="headline">
+					<view class="station">
+						中崴国际充电站
+					</view>
+					<view class="time">
+						(23:00-07:00)
+					</view>
+				</view>
+				<!-- 折扣价 -->
+				<view class="discount-price">
+					<view class="tag">
+						服务费6折价
+					</view>
+					<view class="price">
+						0.66<text>元/度(含服务费0.30元)</text>
+					</view>
+				</view>
+				<!-- 原价 -->
+				<view class="original-cost">
+					<view class="tag">
+						原价
+					</view>
+					<view class="price">
+						0.85元/度(含服务费0.49元)
+					</view>
+				</view>
+				<u-line color="#f2f2f2" margin="40rpx 0"></u-line>
+				<view class="example">
+					以该站夜间大工业用电价格为例,购买6折卡后,<text style="color: #E60012 ;">每月可省约67.6元</text>(338度*0.2元/度)
+				</view>
+			</view>
+			<!-- 提示2 -->
+			<view class="hint2">
+				*预估省钱金额计算不含购卡金额,月充电超出度数上限,可续购本商品。
+			</view>
+			<u-line color="#F2F2F2" margin="80rpx 0"></u-line>
+			<!-- 相关问题 -->
+			<view class="related-issues">
+				<view class="headline">
+					关于自营站充电服务费6折卡
+				</view>
+				<view class="item">
+					<view class="question">
+						Q:购买服务费6折卡可以在哪些充电站享受优惠?优惠范围是什么?
+					</view>
+					<view class="answer">
+						A:平台自营站均可使用,其它充电站点暂不支持。服务费6折卡可享受额度范围内的充电服务费6折;但不包含电费、停车费、占位费等其他费用。
+					</view>
+				</view>
+				<view class="item">
+					<view class="question">
+						Q:什么是额度上限和有效期内可用?
+
+
+					</view>
+					<view class="answer">
+						A:在产品有效期内,使用服务费6折卡累计抵扣度数达到规定电量额度上限后,本单超出充电额度部分仍然以6折优惠计算,后续订单将不再继续享受服务费6折优惠。产品有效期到期后,即使累计使用度数没有达到额度上限,后续订单也不再继续享受服务费6折优惠。
+					</view>
+				</view>
+				<view class="item">
+					<view class="question">
+						Q:我有多张不同的充电卡和优惠券,可以和服务费6折卡同时使用吗?
+					</view>
+					<view class="answer">
+						A:同一笔订单中,暂不支持服务费6折卡与其它充电卡(服务费包月会员或其它折扣卡)一起使用;6折卡可以与账户余额或优惠券一起使用。
+					</view>
+				</view>
+				<view class="item">
+					<view class="question">
+						Q:服务费6折卡的度数上限和有效期可以累计吗?
+
+					</view>
+					<view class="answer">
+						A:不可以。当现有服务费6折卡达抵扣上限或剩余有效期为0天时,用户可以续购服务费6折卡。
+					</view>
+				</view>
+				<view class="item">
+					<view class="question">
+						Q:启动充电后或结束充电拔枪后购买的服务费6折卡,可以使用吗?
+
+					</view>
+					<view class="answer-form">
+						<view class="title">
+							是否可以使用服务费6折卡
+						</view>
+						<view class="before">
+							<view class="b-top">
+								拔枪前购买
+							</view>
+							<view class="b-bottom">
+								本单结算可以使用
+							</view>
+						</view>
+						<view class="later">
+							<view class="l-top">
+								拔枪后购买
+							</view>
+							<view class="l-bottom">
+								本单不可用,下一单结算可以使用
+							</view>
+						</view>
+					</view>
+				</view>
+			</view>
+			<!-- 产品细则 -->
+			<view class="product-rules">
+				<view class="headline">
+					充电服务费6折卡产品细则
+				</view>
+				<!-- 产品介绍 -->
+				<view class="item">
+					<view class="title">
+						产品介绍:
+					</view>
+					<view class="content">
+						<p> - 购卡的用户在平台自营站享受有效期内充电服务费6折的权益,该产品不可转赠。
+						</p>
+						<p>- 该产品有两种不同规格,单一账户不可重复购买,度数及有效期不可累加。
+						</p>
+						<p>- 购买成功后,可在51充电联盟公众号 - 汽车充电 - 我的中查看。</p>
+					</view>
+				</view>
+				<!-- 服务说明 -->
+				<view class="item">
+					<view class="title">
+						服务说明:
+					</view>
+					<view class="content">
+						<p>- 购买自营站充电服务费6折卡可享平台自营站服务费6折权益,该产品不可转赠。</p>
+						<p>- 该产品针对充电服务费享受折扣,不包含电费、停车费、占位费等其他费用。</p>
+						<p>- 自营站充电服务费6折卡购买后即刻生效,充电拔枪前购买成功支持本单可用,拔枪后完成购买仅下一单可用。</p>
+						<p>- 338度自营站充电服务费6折卡(限338度,有效期30天)和1000度自营站充电服务费6折卡(限1000度,有效期90天)均为同一种产品,是充电服务费6折卡的两种不同规格。</p>
+					</view>
+				</view>
+			<!-- 适用对象 -->
+			<view class="item">
+				<view class="title">
+					适用对象:
+				</view>
+				<view class="content">
+					<p>- 新能源车主可购买,购买该卡的手机号所绑定的51充电联盟为使用该卡的唯一账号。</p>
+					<p>- 该产品建议符合以下场景购买:①未拥有“充电服务费折扣卡”的车主;②已购买“充电服务费折扣卡”且改卡已过期的车主。</p>
+				</view>
+			</view>
+			<!-- 适用充电站 -->
+			<view class="item">
+				<view class="title">
+					适用充电站:
+				</view>
+				<view class="content">
+					<p>- 自营站充电服务费6折卡,平台车主可在平台自营站使用,其他充电站点不支持使用。</p>
+			
+				</view>
+			</view>
+			<!-- 叠加规则 -->
+			<view class="item">
+				<view class="title">
+					叠加规则:
+				</view>
+				<view class="content">
+					<p>- 该卡与其他折扣类电卡(如:服务费包月会员等)针对同一订单不可叠加使用。</p>
+					<p>- 该卡与账户余额和优惠券可叠加使用</p>
+				</view>
+			</view>
+			<!-- 开票说明 -->
+						<view class="item">
+							<view class="title">
+								开票说明:
+							</view>
+							<view class="content">
+								<p>- 如需开具发票,请前往51充电联盟公众号 - 汽车充电 - 我的 - 我的发票中申请。</p>
+			
+							</view>
+						</view>
+			</view>
+
+			
+			
+			
+		</view>
+<!-- 自营站 -->
+			<view class="self-station">
+				<view class="headline">
+					查看你所在城市的自营站
+				</view>
+				<view class="map">
+					<img src="../../assets/img/map.png" alt="">
+					<view class="station-detail">
+						<view class="title">
+							<view class="title-l">
+								你附近<text style="color:#FF6923;">{{' '}}5公里{{' '}} </text>内的充电站
+							</view>
+							<view class="title-r">
+								更多<u-icon name="arrow-right" color="#999999"></u-icon>
+							</view>
+						</view>
+						<view class="station-amount">
+							<view class="item">
+								<view class="number">
+									5
+								</view>
+								<view class="name">
+									平台自营站
+								</view>
+							</view>
+							<view class="item">
+								<view class="number">
+									2
+								</view>
+								<view class="name">
+									平台自营超充站
+								</view>
+							</view>
+						</view>
+					</view>
+				</view>
+			</view>
+	<!-- 拒绝交易说明 -->
+	<view class="explain">
+		<view class="headline">
+			自营站充电服务费6折卡拒绝交易说明
+		</view>
+		<view class="title">
+			购卡人/持卡人存在以下情形的,51充电联盟有权拒绝交易、暂停或终止对购卡人/持卡人的服务,所有损失应由购卡人/持卡人自行承担:
+		</view>
+		<view class="answer">
+			<p>	1、发卡人、售卡企业根据国家适用法律、法规核实购卡人/持卡人身份及自营站充电服务费6折卡交易信息等情况,遭拒绝的;</p>
+		    <p>		2、冒用他人身份或使用伪造、变造身份证明文件购买或使用自营站充电服务费6折卡的;</p>
+			 <p>3、在发卡人公布的售卡或充值渠道之外购买自营站充电服务费6折卡的;</p>
+			 <p>4、在购买或使用自营站充电服务费6折卡时存在欺诈行为;</p>
+			 <p>5、违反本章程购买或使用自营站充电服务费6折卡;</p>
+			 <p>6、使用伪造、变造的自营站充电服务费6折卡;或有其他损害发卡人、售卡企业或其他购卡人/持卡人的合法权益的情形。</p>
+		</view>
+	</view>
+	<!-- 政策变更说明 -->
+	<view class="explain">
+		<view class="headline">
+			自营站充电服务费6折卡政策变更说明
+		</view>
+		<view class="answer">
+			如本自营充电服务费6折卡方案发生任何变更、调整、终止的,51充电联盟有权提前进行公示,届时请以51充电联盟更新并发布的最新版本为准。
+		</view>
+	</view>
+	<!-- 价格说明 -->
+	<view class="price-explain">
+		<view class="title">
+			<view class="title-l">
+				价格说明
+			</view>
+			<view class="title-r">
+				收起<u-icon name="arrow-up" color="#999999"></u-icon>
+			</view>
+		</view>
+		<view class="explain-item">
+			<view class="item-title">
+				划线价格
+			</view>
+			<view class="item-value">
+				划线的价格是商品的专柜价、吊牌价、正品零售价、指导价.曾经展示过的销售价等,仅供你参考。
+			</view>
+		</view>
+		<view class="explain-item">
+			<view class="item-title">
+				未划线价格
+			</view>
+			<view class="item-value">
+				未划线的价格是商品的销售标价,具体的成交价格因使用优惠券、积分等发生变化,最终以订单结算价格为准。
+			</view>
+		</view>
+		<p>此说明仅当出现价格比较时有效。若这件商品针对划线价格进行了特殊说明,以特殊说明为准。</p>
+	</view>
+	<!-- 底部 -->
+	<view class="bottom">
+		<view class="option">
+			<view class="icon">
+				<u-icon name="server-fill" size="40"></u-icon>
+			</view>
+			<view class="text">
+				联系客服
+			</view>
+		</view>
+		<view class="option">
+			<view class="icon">
+				<u-icon name="order" size="40"></u-icon>
+			</view>
+			<view class="text">
+				我的订单
+			</view>
+		</view>
+		<view class="button" @click="show = true">
+			立即购买
+		</view>
+	</view>
+	<!-- 弹出层 -->
+	<view >
+		<u-popup v-model="show" mode="bottom" :closeable='true'>
+					
+					<view class="popup">
+						<!-- 商品信息 -->
+						<view class="class-infos">
+							<view class="picture">
+								<img src="../../assets/img/productPic.png" alt="">
+							</view>
+							<view class="infos">
+								<view class="class-name">
+									自营站充电服务费6折卡
+								</view>
+								<view class="price">
+									12.9元
+								</view>
+								<view class="price-detail" >
+									已选:可用338度(有效期30天)
+								</view>
+							</view>
+						</view>
+                          <!-- 规格 -->
+						  <view class="specification">
+						  	<view class="title">
+						  		规格
+						  	</view>
+							<view class="specification-options">
+								<view class="options-item item-checked">
+									可用338度(有效期30天)
+								</view>
+								<view class="options-item">
+									可用1000度(有效期90天)
+								</view>
+							</view>
+						  </view>
+						  <!-- 数量 -->
+						  <view class="amount">
+						  	<view class="title">
+						  		数量(单笔订单限购1件)
+						  	</view>
+							<u-number-box v-model="value" max="1"></u-number-box>
+						  </view>
+					</view>
+					<view class="bottom" style="box-shadow: none;">
+						<view class="option">
+							<view class="icon">
+								<u-icon name="server-fill" size="40"></u-icon>
+							</view>
+							<view class="text">
+								联系客服
+							</view>
+						</view>
+						<view class="option">
+							<view class="icon">
+								<u-icon name="order" size="40"></u-icon>
+							</view>
+							<view class="text">
+								我的订单
+							</view>
+						</view>
+						<view class="button">
+							立即购买
+						</view>
+					</view>
+	  </u-popup>
+	  	
+	</view>
+	
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+                   show:false,
+				   value: 1
+			}
+		},
+		methods: {
+
+		}
+	}
+</script>
+<style>
+	page {
+		background-color: #fff;
+		padding-bottom: 200px;
+	}
+</style>
+<style lang="scss" scoped>
+	.header {
+		height: 200px;
+		background: linear-gradient(30deg, rgba(59, 182, 254, 1) 13.4%, rgba(0, 185, 98, 1) 85.87%);
+		position: relative;
+		padding: 48rpx;
+
+		.cover {
+			width: 160rpx;
+			height: 330rpx;
+			position: absolute;
+			right: 32rpx;
+			bottom: 0;
+
+			img {
+				width: 100%;
+				height: 100%;
+			}
+		}
+
+		.text1 {
+			color: rgba(255, 255, 255, 1);
+			font-size: 64rpx;
+			font-family: 'YouSheBiaoTiHei';
+		}
+
+		.tag {
+			display: flex;
+			align-items: center;
+			color: #fff;
+			margin-bottom: 16rpx;
+
+			.icon {
+				margin-right: 8rpx;
+			}
+		}
+
+		.usable-range {
+			margin-top: 30rpx;
+			color: rgba(49, 36, 102, 1);
+			font-size: 24rpx;
+		}
+	}
+
+	.main {
+		padding: 24rpx 40rpx;
+
+		.infos {
+			color: rgba(51, 51, 51, 1);
+			font-size: 40rpx;
+
+			.title,
+			.price {
+				font-weight: bold;
+			}
+
+			.price {
+				margin: 16rpx 0 32rpx;
+			}
+		}
+
+		// 使用范围
+		.usable-range {
+			background-color: rgba(246, 246, 246, 1);
+			padding: 16rpx 24rpx 24rpx;
+			font-size: 24rpx;
+			display: flex;
+			flex-wrap: wrap;
+			border-radius: 4px;
+
+			.item {
+				width: 50%;
+				margin-top: 8rpx;
+				color: rgba(51, 51, 51, 1);
+
+				/deep/.u-icon--right {
+					margin-right: 4rpx;
+				}
+			}
+		}
+
+		// 规格
+		.specification {
+			display: flex;
+			justify-content: space-between;
+			align-items: center;
+			margin-top: 48rpx;
+
+			.title {
+				color: rgba(119, 119, 119, 1);
+				font-size: 32rpx;
+			}
+
+			.value {
+				color: rgba(16, 16, 16, 1);
+				font-size: 32rpx;
+
+				/deep/.uicon-arrow-right {
+					margin-left: 8rpx;
+				}
+			}
+		}
+
+		// 适用站点
+		.applicable-site {
+			text-align: center;
+			margin: 80rpx 0;
+			color: rgba(51, 51, 51, 1);
+			font-size: 36rpx;
+			font-weight: bold;
+		}
+
+		// 服务费
+		.service-charge {
+			border-radius: 12px;
+			border: 1px solid rgba(0, 185, 98, 1);
+			padding: 80rpx 40rpx 56rpx;
+			position: relative;
+
+			.box {
+				width: 400rpx;
+				height: 64rpx;
+				position: absolute;
+				top: -32rpx;
+				right: 0;
+				left: 0;
+				margin: 0 auto;
+
+				.discount {
+					margin: 0 auto;
+					height: 32px;
+					line-height: 32px;
+					background-color: rgba(0, 185, 98, 1);
+					text-align: center;
+					box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, 1);
+					color: #fff;
+					font-size: 32rpx;
+					font-weight: bold;
+				}
+			}
+
+			.price {
+				display: flex;
+				justify-content: space-between;
+
+				.item {
+					width: 272rpx;
+					height: 128rpx;
+					line-height: 128rpx;
+					border-radius: 8px;
+					background: linear-gradient(180deg, rgba(77, 196, 140, 1) 0%, rgba(122, 212, 170, 1) 24%, rgba(255, 255, 255, 1) 81%);
+					text-align: center;
+					border: 1px solid rgba(77, 196, 140, 1);
+					color: rgba(16, 16, 16, 1);
+
+					text {
+						font-size: 64rpx;
+					}
+				}
+			}
+
+			.hint1 {
+				display: flex;
+				justify-content: space-between;
+				text-align: center;
+				margin-top: 20rpx;
+				color: rgba(51, 51, 51, 1);
+				font-size: 24rpx;
+
+				.item {
+					width: 272rpx;
+				}
+			}
+		}
+
+		// 价格对比
+		.price-comparison {
+			padding: 24rpx;
+			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
+			margin-top: 48rpx;
+
+			.headline {
+				display: flex;
+				align-items: center;
+				font-weight: bold;
+				font-size: 36rpx;
+
+				.station {
+					color: rgba(16, 16, 16, 1);
+
+				}
+
+				.time {
+					color: #999999;
+
+				}
+			}
+
+			// 折扣价
+			.discount-price {
+				display: flex;
+				align-items: center;
+				margin-top: 24rpx;
+
+				.tag {
+					width: 176rpx;
+					height: 48rpx;
+					line-height: 48rpx;
+					background-color: rgba(214, 251, 234, 1);
+					color: rgba(0, 185, 98, 1);
+					font-size: 24rpx;
+					text-align: center;
+				}
+
+				.price {
+					color: rgba(0, 0, 0, 1);
+					font-size: 44rpx;
+					margin-left: 16rpx;
+
+					text {
+						color: rgba(153, 153, 153, 1);
+						font-size: 28rpx;
+						margin-left: 8rpx;
+					}
+				}
+			}
+
+			// 原价
+			.original-cost {
+				display: flex;
+				align-items: center;
+				margin-top: 16rpx;
+
+				.tag {
+					width: 88rpx;
+					height: 48rpx;
+					line-height: 48rpx;
+					background-color: rgba(242, 242, 242, 1);
+					color: rgba(153, 153, 153, 1);
+					font-size: 24rpx;
+					text-align: center;
+					text-decoration: line-through;
+				}
+
+				.price {
+					color: rgba(153, 153, 153, 1);
+					font-size: 28rpx;
+					margin-left: 16rpx;
+					text-decoration: line-through;
+
+				}
+			}
+
+			.example {
+				color: rgba(16, 16, 16, 1);
+				line-height: 48rpx;
+			}
+		}
+
+		.hint2 {
+			color: rgba(153, 153, 153, 1);
+			font-size: 24rpx;
+			line-height: 34rpx;
+			margin-top: 32rpx;
+		}
+
+		// 相关问题
+		.related-issues {
+			.headline {
+				color: rgba(16, 16, 16, 1);
+				font-size: 44rpx;
+				font-family: 'YouSheBiaoTiHei';
+				text-align: center;
+			}
+
+			.question {
+				color: rgba(51, 51, 51, 1);
+				line-height: 40rpx;
+				font-weight: bold;
+				margin-top: 32rpx;
+			}
+
+			.answer {
+				color: #333333;
+				margin-top: 16rpx;
+				line-height: 40rpx;
+			}
+
+			.answer-form {
+				display: flex;
+				border: 1px solid #cccccc;
+				height: 150rpx;
+				font-size: 22rpx;
+				margin-top: 16rpx;
+
+				.title {
+					padding: 0 16rpx;
+					text-align: center;
+					display: flex;
+					justify-content: center;
+					align-items: center;
+					color: #333333;
+					line-height: 40rpx;
+
+				}
+
+				.before,
+				.later {
+					min-width: 234rpx;
+
+					.b-top,
+					.l-top {
+						color: #333333;
+						height: 56rpx;
+						line-height: 56rpx;
+						text-align: center;
+						display: flex;
+						justify-content: center;
+						align-items: center;
+						padding: 0 16rpx;
+					}
+
+					.b-top {
+						border: 1px solid #cccccc;
+						border-top: none;
+					}
+
+					.l-top {
+						border-bottom: 1px solid #cccccc;
+					}
+
+					.b-bottom,
+					.l-bottom {
+						height: 94rpx;
+						color: #777777;
+						text-align: center;
+						display: flex;
+						justify-content: center;
+						align-items: center;
+						padding: 0 16rpx;
+					}
+
+					.b-bottom {
+						border-left: 1px solid #cccccc;
+						border-right: 1px solid #cccccc;
+						padding: 0 16rpx;
+					}
+
+					.l-bottom {
+						line-height: 44rpx;
+					}
+				}
+			}
+		}
+
+		// 产品细则
+		.product-rules {
+			margin-top: 80rpx;
+
+			.headline {
+				color: rgba(16, 16, 16, 1);
+				font-size: 44rpx;
+				font-family: 'YouSheBiaoTiHei';
+				text-align: center;
+			}
+
+			.item {
+				.title {
+					color: #111111;
+					font-weight: bold;
+					margin-bottom: 16rpx;
+					margin-top: 32rpx;
+				}
+
+				.content {
+					color: #333333;
+
+					p {
+						margin-bottom: 24rpx;
+						line-height: 40rpx;
+						font-size: 24rpx
+					}
+				}
+			}
+		}
+	
+	}
+	
+	// 自营站
+	.self-station{
+			 margin-top: 80rpx;
+			 .headline{
+				 color: rgba(16, 16, 16, 1);
+				 font-size: 44rpx;
+				 font-family: 'YouSheBiaoTiHei';
+				 text-align: center;
+			 }
+			 .map{
+				 margin-top: 32rpx;
+				 position: relative;
+				 img{
+					 width: 100%;
+					 height: 100%;
+				 }
+				 .station-detail{
+					 
+					 padding: 60rpx;
+					 border-radius: 8px;
+					 background-color: rgba(255, 255, 255, 1);
+					 position: absolute;
+					 bottom:40rpx;
+					 left: 40rpx;
+					 right: 40rpx;
+					 .title{
+						 display: flex;
+						 align-items: center;
+						 justify-content: space-between;
+					 }
+					 .station-amount{
+						 display: flex;
+						 justify-content: space-between;
+						 align-items: center;
+						 text-align: center;
+						 margin-top: 40rpx;
+						 .number{
+							 color: rgba(16, 16, 16, 1);
+							 font-size: 64rpx;
+						 }
+						 .name{
+							 color: rgba(153, 153, 153, 1);
+							 margin-top: 8rpx;
+						 }
+					 }
+				 }
+				 
+			 }
+	}
+// 拒绝交易说明
+.explain{
+	padding:0 30rpx;
+	margin-top: 80rpx;
+	line-height: 48rpx;
+	.headline{
+		color: rgba(16, 16, 16, 1);
+		font-size: 44rpx;
+		font-family: 'YouSheBiaoTiHei';
+		text-align: center;
+		margin-bottom: 32rpx;
+	}
+	.title{
+		color: #111111;
+		font-weight: bold;
+		padding: 0 10rpx;
+		
+	}
+	.answer{
+		color: #333333;
+		padding: 0 10rpx;
+		margin-top: 16rpx;
+	}
+}
+
+// 价格说明
+.price-explain{
+	padding: 0 40rpx;
+	margin-top: 80rpx;
+	color: rgba(153, 153, 153, 1);
+	font-size: 24rpx;
+	line-height: 34rpx;
+	.title{
+		display: flex;
+		align-items: center;
+		justify-content: space-between;
+		margin-bottom: 32rpx;
+		/deep/.uicon-arrow-up{
+			margin-left: 8rpx;
+			
+		}
+		.title-l{
+			color: rgba(51, 51, 51, 1);
+		}
+		.title-r{
+			color: rgba(119, 119, 119, 1);
+		}
+	}
+	.explain-item{
+		margin-bottom: 40rpx;
+		.item-title{
+			margin-bottom: 16rpx;
+		}
+	}
+}
+
+// 底部
+.bottom{
+	padding: 30rpx 40rpx;
+	background-color: rgba(255, 255, 255, 1);
+	box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.05);
+	position: fixed;
+	bottom: 0;
+	left: 0;
+	right: 0;
+	display: flex;
+	align-items: center;
+	z-index: 999;
+	.option{
+		color:#101010;
+		margin-right: 32rpx;
+		.icon{
+			text-align: center;
+		}
+		.text{
+			font-size: 24rpx;
+			margin-top: 8rpx;
+		}
+	}
+	.button{
+		width: 400rpx;
+		height: 96rpx;
+		line-height: 96rpx;
+		border-radius: 50px;
+		background: linear-gradient(90.52deg, rgba(59,182,254,1) 1.82%,rgba(0,185,98,1) 52.22%);
+		color: rgba(255, 255, 255, 1);
+		font-size: 36rpx;
+		text-align: center;
+		margin-left: auto;
+	}
+}
+.popup{
+	padding: 32rpx;
+	height:500px;
+	padding-bottom:50rpx;
+	border-radius: 12px;
+	.class-infos{
+		display: flex;
+		align-items: center;
+		.picture{
+			width: 152rpx;
+			height: 152rpx;
+			border-radius: 4px;
+			overflow: hidden;
+			img{
+				width: 100%;
+				height: 100%;
+			}
+		}
+		.infos{
+			margin-left: 24rpx;
+			.class-name{
+				color: rgba(51, 51, 51, 1);
+				font-size: 40rpx;
+				
+			}
+			.price{
+				color: rgba(16, 16, 16, 1);
+				font-size: 32rpx;
+				margin-top: 12rpx;
+				
+			}
+			.price-detail{
+				color: rgba(16, 16, 16, 1);
+				font-size: 28rpx;
+				margin-top: 12rpx;
+				
+			}
+		}
+	}
+	// 规格
+	.specification{
+		margin-top: 80rpx;
+		.title{
+			color: rgba(119, 119, 119, 1);
+		}
+		.specification-options{
+			margin-top: 24rpx;
+			.options-item{
+				width: 442rpx;
+				
+				height: 64rpx;
+				line-height: 64rpx;
+				border-radius: 50px;
+				background-color: rgba(239, 244, 242, 1);
+				color: rgba(51, 51, 51, 1);
+				font-size: 32rpx;
+				text-align: center;
+				margin-bottom: 24rpx;
+			}
+			.item-checked{
+				background-color: rgba(0, 185, 98, 1);
+				color: rgba(255, 255, 255, 1);
+			}
+		}
+	}
+	// 数量
+	.amount{
+		margin-top: 80rpx;
+		.title{
+			color: rgba(119, 119, 119, 1);
+			margin-bottom: 24rpx;
+		}
+	}
+	
+	
+	
+	
+}
+/deep/.u-drawer-content{
+	border-radius: 12px;
+}
+</style>