|
|
@@ -274,31 +274,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <!-- 充值升级优惠 -->
|
|
|
- <view v-if="rechargeWeal == 1" class="recharge-options">
|
|
|
- <view class="options-title">充值活动:</view>
|
|
|
- <view v-for="(item,index) in weal" :key="index" class="option-item">
|
|
|
- <button
|
|
|
- @click="getRecharge(item.recharge)"
|
|
|
- class="recharge-option-btn"
|
|
|
- :class="[rForm.rechargeAmount == item.recharge ? 'selected' : '']"
|
|
|
- >
|
|
|
- <view class="option-content">
|
|
|
- <view class="option-left">
|
|
|
- <text class="recharge-amount">充值{{ item.recharge }}元</text>
|
|
|
- <text class="upgrade-info">升{{ item.name }}</text>
|
|
|
- <text class="discount-info">({{item.discount*100}}折)</text>
|
|
|
- </view>
|
|
|
- <view class="option-right">
|
|
|
- {{ rForm.rechargeAmount == item.recharge ? '✓' : '选择' }}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
<!-- 充值送金额 -->
|
|
|
- <view v-if="rechargeWeal == 2" class="recharge-options">
|
|
|
+ <view v-if="rechargeWeal == 1" class="recharge-options">
|
|
|
|
|
|
<view class="options-title">充值活动:</view>
|
|
|
<view v-for="(item,index) in weal" :key="index" class="option-item">
|
|
|
@@ -318,6 +295,7 @@
|
|
|
</view>
|
|
|
</button>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
|