|
@@ -23,7 +23,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}}">
|
|
@@ -36,9 +36,19 @@
|
|
|
<text>立即充值</text>
|
|
|
</view>
|
|
|
<view class="rechargeNow-tips">
|
|
|
- 说明:1.充值后1-5分钟左右到账,中石油或者中石化公众号将发充值成功信息至加油卡捆绑微信;
|
|
|
- 2.充值到账后,需要去加油站进行圈存;本平台加油暂时不提供发票,请知悉。
|
|
|
+ <view class="text-center">充值完成,立即到账</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view class="rechargeGear">
|
|
|
+ <view class="rechargeGear-title">说明</view>
|
|
|
+ <view class="rechargeGear-footer">
|
|
|
+ <view class="rechargeNow-tips">
|
|
|
+ <view>1.充值后1-5分钟左右到账,中石油或者中石化公众号将发充值成功信息至加油卡捆绑微信;</view>
|
|
|
+ <view>2.充值到账后,需要去加油站进行圈存;本平台加油暂时不提供发票,请知悉。</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|