|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
<!-- 充值挡位 -->
|
|
|
<view class="rechargeGear" wx:if="{{goods.length}}">
|
|
|
- <view class="rechargeGear-title">充值金额</view>
|
|
|
+ <view class="rechargeGear-title">充值面额</view>
|
|
|
<view class="rechargeGear-content">
|
|
|
<view class="rechargeGear-content__item {{rechargeGearActiveIndex == index ? 'active' : ''}}" wx:for="{{goods}}" wx:key="index"
|
|
|
bindtap="handlerClickRechargeGear" data-activeindex="{{index}}" data-currentvalue="{{item.goods_id}}">
|
|
@@ -42,7 +42,7 @@
|
|
|
|
|
|
<view class="rechargeGear-footer" style="background:transparent;padding:0;">
|
|
|
<view class="btn-rechargeNow" bindtap="onShowShareDialog">
|
|
|
- <text>领取补贴</text>
|
|
|
+ <text>好友助力</text>
|
|
|
</view>
|
|
|
<view class="btn-rechargeNow btn-rechargeNow___share" bindtap="handlerRecharge">
|
|
|
<text>充值</text>
|
|
@@ -51,8 +51,9 @@
|
|
|
|
|
|
<view class="footerInfo">
|
|
|
<view class="title">充值说明</view>
|
|
|
- <view class="clause">1.充值后1-10分钟左右到账,运营商将发充值成功短信至充值手机</view>
|
|
|
- <view class="clause">2.如需开发票请至相应的手机运营商官方APP开取电子发票;</view>
|
|
|
+ <view class="clause">1.充值优惠来自充值平台补贴;</view>
|
|
|
+ <view class="clause">2.充值后1-10分钟左右到账,运营商将发充值成功短信至充值手机</view>
|
|
|
+ <view class="clause">3.如需开发票请至相应的手机运营商官方APP开取电子发票;</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- <view class="rechargeGear">
|