Bladeren bron

内容调整

zhengkaixin 1 maand geleden
bovenliggende
commit
d03ba295c8

+ 2 - 2
config/.env.dev.ud.js

@@ -22,8 +22,8 @@ const UNI_APP = {
 	wechatUrl:"/youdian",
 
 	openId:"oSruR6YkhP7QDroLnZGxWis43Kn0",//zkx
-	openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//sz
-	openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA",//ys
+	//openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//sz
+	//openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA",//ys
 	//openId:"oSruR6RWLdQp-HGmcQgXEy2tNUmw",//家桩
 	//openId:"oSruR6fYa0yzdMsDinzNOlePTotk",//zq
 	//openId:"oSruR6RXae3ZNpux_YN8o6U0xMhA",

+ 8 - 10
pages/searchPile/chargeProcess/charge.vue

@@ -410,9 +410,7 @@
 								<span style="color: red;">{{user.balance>0?user.balance.toFixed(2):'0.00'}}元</span>
 							</span>
 						</view>
-						<p style="color: red;    font-size: 28rpx;" v-show="selectItem.amountRemark">
-							{{selectItem.amountRemark}}代金券,退余额时将扣除已使用的优惠券金额
-						</p>
+					
 
 						<view class="rechargeMain">
 							<view class="recharge-item"
@@ -423,7 +421,7 @@
 								v-for="(item,index) in moneyList_f" :key="item.id" @click="moneyClick_f(item.id,item)">
 								{{item.amountDesc?item.amountDesc:item.rechargeAmount+'元'}}
 								
-								<view class="item-rk" v-if="item.amountRemark">送<span class="item-rk-span" >{{item.amountRemarkNum}}</span>{{item.amountRemarkHtml}}</view>
+								<view class="item-rk" v-if="item.amountRemark">送<span class="item-rk-span" >{{item.amountRemarkNum}}</span>折卡</view>
 								
 							</view>
 							
@@ -1758,13 +1756,13 @@
 				/*				font-size: 16px;*/
 			}
 			.recharge-item-rk{
-				width: 48%;
+				width: 23%;
 				padding-bottom: 0;
 				padding-top: 10rpx;
 				.item-rk{
-					margin-top: 10rpx;
+					//margin-top: 10rpx;
 					padding: 8rpx 0;
-					background-color: rgba(232, 232, 232, 1);
+					//background-color: rgba(232, 232, 232, 1);
 					color: rgba(51, 51, 51, 1);
 					font-size: 24rpx;
 				}
@@ -1779,11 +1777,11 @@
 				border-color: #00B962;
 				color: #00B962;
 				.item-rk{
-					background-color: #53B56B;
-					color: #fff;
+					//background-color: #53B56B;
+					color:#53B56B
 				}
 				.item-rk-span{
-					color: #fff;
+					color: #53B56B
 				}
 			}
 		}

+ 4 - 4
pages/temporary/activity20250501.vue

@@ -97,25 +97,25 @@
 					{
 						amountDesc: "500元",
 						amountRemark: "送8.5折半年卡",
-						giftMemberLevelDuration:"75元",
+						giftMemberLevelDuration:"40元",
 						numz:85,
 						text:""
 					},{
 						amountDesc: "1000元",
 						amountRemark: "送7.5折半年卡+白银会员",
-						giftMemberLevelDuration:"250元",
+						giftMemberLevelDuration:"133元",
 						numz:75,
 						text:"黄金会员"
 					},{
 						amountDesc: "2000元",
 						amountRemark: "送6折半年卡+黄金会员",
-						giftMemberLevelDuration:"800元",
+						giftMemberLevelDuration:"427元",
 						numz:60,
 						text:"黄金会员"
 					},{
 						amountDesc: "3000元",
 						amountRemark: "送5折半年卡+白金会员",
-						giftMemberLevelDuration:"1500元",
+						giftMemberLevelDuration:"800元",
 						numz:50,
 						text:"白金会员"
 					}

+ 43 - 7
pages/user/finance/recharge.vue

@@ -15,13 +15,17 @@
 			</span>
 		</view>
 			<view class="rechargeMain">
+				<view class="tip-box">
+				近半年您已花费<span>560元</span>充电,参与充值送折扣卡活动推荐充值<span>500元</span>,预计可省<span>24.8元</span>。
+				</view>
+				
 				<view class="recharge-item" v-for="(item,index) in moneyList"  :class="{
 					active:otherNum==item.rechargeAmount||moneyActiveClass == item.id ,
 					'recharge-item-rk':item.amountRemark
 				}"
 					:key="item.id" @click="moneyClick(item.id,item)">
 					{{item.amountDesc?item.amountDesc:item.rechargeAmount+'元'}}
-					<view class="item-rk" v-if="item.amountRemark">送<span class="item-rk-span" >{{item.amountRemarkNum}}</span>{{item.amountRemarkHtml}}</view>
+					<view class="item-rk" v-if="item.amountRemark">送<span class="item-rk-span" >{{item.amountRemarkNum}}</span>折卡</view>
 					</view>
 					<p  style="   font-size: 14px;" v-show="selectItem.amountRemark">
 						充值满
@@ -614,15 +618,18 @@
 				margin-bottom: 10px;
 				font-size: 32rpx;
 				position: relative;
+				font-weight: bold;
 				//margin-left: 5px;
 			}
 			.recharge-item-rk{
-				width: 48%;
+				width: 23%;
 				padding-bottom: 0;
+			
 				.item-rk{
-					margin-top: 20rpx;
+						font-weight: 400;
+				//	margin-top: 20rpx;
 					padding: 8rpx 0;
-					background-color: rgba(232, 232, 232, 1);
+				//	background-color: rgba(232, 232, 232, 1);
 					color: rgba(51, 51, 51, 1);
 					font-size: 24rpx;
 				}
@@ -651,11 +658,11 @@
 				border-color: #00B962;
 				color: #00B962;
 				.item-rk{
-					background-color: #53B56B;
-					color: #fff;
+					//background-color: #53B56B;
+					color:#53B56B
 				}
 				.item-rk-span{
-					color: #fff;
+					color: #53B56B
 				}
 			}
 		}
@@ -705,4 +712,33 @@
 		border-color: #a7dbc2 !important;
 		color: #fff !important;
 	}
+	
+	
+	
+	.tip-box {
+	            position: relative;
+	            background-color: #fff;
+	            border: 1px solid #f5a623;
+	            border-radius: 8px;
+	            padding: 10px 15px;
+	            color: #333;
+	            width: 400px;
+				    margin-bottom: 20px;
+					background: #FEF8E9;
+	        }
+	
+	       .tip-box::before {
+	            content: "";
+	            position: absolute;
+	            top: 100%;
+	            left: 20px;
+	            border-left: 10px solid transparent;
+	            border-right: 10px solid transparent;
+	            border-top: 10px solid #f5a623;
+	        }
+	
+	       .tip-box span {
+	            color: #f5a623;
+	            font-weight: bold;
+	        }
 </style>