|
|
@@ -69,30 +69,6 @@
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
|
|
|
- <!-- 选择充值金额 -->
|
|
|
- <!-- <view class="recharge-content-wrap">
|
|
|
- <view v-for="(item,index) in rechargeList"
|
|
|
- @click="selectActiveRecharge(item,index)" class="recharge-content">
|
|
|
- <view v-if="currentTab === index" class="h-bg-img">
|
|
|
- <image src="../../static/transaction/u2.png" mode=""></image>
|
|
|
- </view>
|
|
|
- <view v-else class="h-bg-img">
|
|
|
- <image src="../../static/recharge/dianka.png" mode=""></image>
|
|
|
- </view>
|
|
|
- <view class="content">
|
|
|
- <view class="money">
|
|
|
- ¥<text class="v">{{item.reachPrice}}</text>
|
|
|
- </view>
|
|
|
- <view class="desc">
|
|
|
- <text>{{item.name}} </text>
|
|
|
- <text>充¥{{item.reachPrice}}赚送¥{{item.discountsPrice}}</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<!-- 自定义充值金额 -->
|
|
|
<view class="h-custom">
|
|
|
<view class="h-icon">
|
|
|
@@ -123,29 +99,6 @@
|
|
|
<rich-text v-html="aboutContent">
|
|
|
</rich-text>
|
|
|
</view>
|
|
|
-<!-- <view class="h-desc">-->
|
|
|
-<!-- <view class="title">-->
|
|
|
-<!-- <text>储值使用说明</text>-->
|
|
|
-<!-- </view>-->
|
|
|
-<!-- <view class="h-content">-->
|
|
|
-<!-- <view class="h-v-text">-->
|
|
|
-<!-- <text>1、 这上面的夜的天空,奇怪而高,我生平。</text>-->
|
|
|
-<!-- </view>-->
|
|
|
-<!-- <view class="h-v-text">-->
|
|
|
-<!-- <text>2、 这上面的夜的天空,奇怪而高,我生平。</text>-->
|
|
|
-<!-- </view>-->
|
|
|
-<!-- <view class="h-v-text">-->
|
|
|
-<!-- <text>3、 这上面的夜的天空,奇怪而高,我生平。</text>-->
|
|
|
-<!-- </view>-->
|
|
|
-<!-- <view class="h-v-text">-->
|
|
|
-<!-- <text>4、 这上面的夜的天空,奇怪而高,我生平。</text>-->
|
|
|
-<!-- </view>-->
|
|
|
-<!-- <view class="h-v-text">-->
|
|
|
-<!-- <text>5、 这上面的夜的天空,奇怪而高,我生平。</text>-->
|
|
|
-<!-- </view>-->
|
|
|
-<!-- -->
|
|
|
-<!-- </view>-->
|
|
|
-<!-- </view>-->
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -577,25 +530,6 @@
|
|
|
line-height: 84rpx;
|
|
|
}
|
|
|
|
|
|
- // 使用说明
|
|
|
- .h-desc{
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- .title{
|
|
|
- height: 24px;
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #333333;
|
|
|
- line-height: 24px;
|
|
|
- }
|
|
|
- .h-content{
|
|
|
- height: 40px;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 400;
|
|
|
- color: #999999;
|
|
|
- line-height: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
.bg-img{
|
|
|
height: 160px;
|
|
|
background: #FFE05C;
|