|
@@ -10,6 +10,10 @@
|
|
<view class="card-no vux-1px-b" bindtap="handlerAddCard">
|
|
<view class="card-no vux-1px-b" bindtap="handlerAddCard">
|
|
{{card_no}}
|
|
{{card_no}}
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="info">
|
|
|
|
+ <image src="/image/info.png" class="infoIcon"></image>
|
|
|
|
+ <view class="label">请仔细核对手机号,避免造成不必要的损失</view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -23,15 +27,32 @@
|
|
<view class="price">{{item.price_des}} {{item.accu_price}} 元</view>
|
|
<view class="price">{{item.price_des}} {{item.accu_price}} 元</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="rechargeGear-footer">
|
|
|
|
- <view class="text-center" wx:if="{{inviter_tip}}">{{inviter_tip}}</view>
|
|
|
|
- <view class="btn-rechargeNow" bindtap="handlerRecharge">
|
|
|
|
- <text>充值</text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="rechargeGear">
|
|
|
|
|
|
+ <view class="payInfo" bindtap="onCheckedPayInfo">
|
|
|
|
+ <image wx:if="{{!payInfoChecked}}" src="/image/check.png" class="payInfoIcon" ></image>
|
|
|
|
+ <image wx:else src="/image/checked.png" class="payInfoIcon"></image>
|
|
|
|
+ <view class="label">已阅读并同意<text class="explain" catchtap="onShowPayInfoModal">《话费充值服务说明》</text></view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="info" wx:if="{{inviter_tip}}" style="padding-left:40rpx;">
|
|
|
|
+ <image src="/image/info.png" class="infoIcon"></image>
|
|
|
|
+ <view class="label">{{inviter_tip}}</view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="rechargeGear-footer" style="background:transparent;padding:0;">
|
|
|
|
+ <view class="btn-rechargeNow" bindtap="handlerRecharge">
|
|
|
|
+ <text>充值</text>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="footerInfo">
|
|
|
|
+ <view class="title">充值说明</view>
|
|
|
|
+ <view class="clause">1.充值后1-10分钟左右到账,运营商将发充值成功短信至充值手机</view>
|
|
|
|
+ <view class="clause">2.如需开发票请至相应的手机运营商官方APP开取电子发票;</view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <!-- <view class="rechargeGear">
|
|
<view class="rechargeGear-title">说明</view>
|
|
<view class="rechargeGear-title">说明</view>
|
|
<view class="rechargeGear-footer">
|
|
<view class="rechargeGear-footer">
|
|
<view class="rechargeNow-tips">
|
|
<view class="rechargeNow-tips">
|
|
@@ -39,8 +60,10 @@
|
|
<view>2.如需开发票请至相应的手机运营商官方APP开取电子发票</view>
|
|
<view>2.如需开发票请至相应的手机运营商官方APP开取电子发票</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view class="rechargeGear">
|
|
|
|
|
|
+ </view> -->
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- <view class="rechargeGear">
|
|
<view class="rechargeGear-title">分享福利</view>
|
|
<view class="rechargeGear-title">分享福利</view>
|
|
<view class="rechargeGear-footer">
|
|
<view class="rechargeGear-footer">
|
|
<view class="rechargeNow-tips">
|
|
<view class="rechargeNow-tips">
|
|
@@ -49,5 +72,5 @@
|
|
<view>3.分享3人可享97折优惠</view>
|
|
<view>3.分享3人可享97折优惠</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|