zhengkaixin 1 개월 전
부모
커밋
a97ed15f4e
2개의 변경된 파일11개의 추가작업 그리고 9개의 파일을 삭제
  1. 8 8
      pages/searchPile/chargeProcess/charge.vue
  2. 3 1
      pages/user/finance/recharge.vue

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

@@ -445,7 +445,9 @@
 							</template>
 							<p  style="   font-size: 14px;" v-show="selectItem.amountRemark">
 								充值满
-								<span style="color: red;">{{selectItem.amountDesc}}</span>立送服务费<span style="color: red;">{{selectItem.amountRemarkNum}}折半年卡</span>1张(<span style="color: red;">有效期180天,不限充电度数</span>)1<span v-if="selectItem.amountRemarkSf">和{{selectItem.amountRemarkSf}}身份</span>,活动所充金额仅用于支付本平台充电费用(含电费和服务费),不可转赠、提现、退款,
+								<span style="color: #ff8600;">{{selectItem.amountDesc}}</span>立送服务费<span style="color: #ff8600;">{{selectItem.amountRemarkNum}}折半年卡</span>1张(<span style="color: #ff8600;">有效期180天,不限充电度数</span>)<span v-if="selectItem.amountRemarkSf">和{{selectItem.amountRemarkSf}}身份</span>,可省约<span style="color: #ff8600;">{{userChargingAmountMethod({
+						money:selectItem.rechargeAmount
+					}).num3}}元</span>。活动所充金额仅用于支付本平台充电费用(含电费和服务费),不可转赠、提现、退款,
 								<span style="color: #ff8600;margin-left: 16px;" @click="gotoUrl('pages/temporary/activity20250501?source=99')">点击查看活动详情</span>
 							</p>
 
@@ -1047,15 +1049,13 @@
 							// this.moneyActiveClass = this.moneyList[i].id
 							this.moneyClick_f(item.id,item)
 						}
-						if(item.amountRemark){
-							item.amountRemarkNum=item.amountRemark.substring(1,item.amountRemark.indexOf('折'))
+						if(item.amountRemark&&item.marketingCardList.length){
+							var mk=item.marketingCardList[0]
+							item.amountRemarkNum=mk.serviceFeeDiscountRate/10
 							item.amountRemarkHtml=item.amountRemark.substring(item.amountRemark.indexOf('折'))
 							
-							if(item.amountRemark.indexOf('、')!=-1){
-								item.amountRemarkSf=item.amountRemark.substring(item.amountRemark.indexOf('、')+1)
-							}else{
-								item.amountRemarkSf=""
-							}
+							
+							item.amountRemarkSf=mk.giftMemberLevelStr
 							
 						}
 						

+ 3 - 1
pages/user/finance/recharge.vue

@@ -46,7 +46,9 @@
 				</template>
 				<p  style="   font-size: 14px;" v-show="selectItem.amountRemark">
 					充值满
-					<span style="color: red;">{{selectItem.amountDesc}}</span>立送服务费<span style="color: red;">{{selectItem.amountRemarkNum}}折半年卡</span>1张(<span style="color: red;">有效期180天,不限充电度数</span>)<span v-if="selectItem.amountRemarkSf">和{{selectItem.amountRemarkSf}}身份</span>,活动所充金额仅用于支付本平台充电费用(含电费和服务费),不可转赠、提现、退款,
+					<span style="color: #ff8600;">{{selectItem.amountDesc}}</span>立送服务费<span style="color: #ff8600;">{{selectItem.amountRemarkNum}}折半年卡</span>1张(<span style="color: #ff8600;">有效期180天,不限充电度数</span>)<span v-if="selectItem.amountRemarkSf">和{{selectItem.amountRemarkSf}}身份</span>,可省约<span style="color: #ff8600;">{{userChargingAmountMethod({
+						money:selectItem.rechargeAmount
+					}).num3}}元</span>。活动所充金额仅用于支付本平台充电费用(含电费和服务费),不可转赠、提现、退款,
 					<span style="color: #ff8600;margin-left: 16px;" @click="gotoUrl('pages/temporary/activity20250501?source=99',1)">点击查看活动详情</span>
 				</p>
 			</view>