This commit is contained in:
77
2024-03-27 23:02:44 +08:00
parent 52e00d6606
commit 2bebd96f82
2 changed files with 5 additions and 5 deletions

View File

@@ -38,17 +38,17 @@
<div class="apply-money">{{ strip }}</div> <div class="apply-money">{{ strip }}</div>
<div class="apply-strip-box"> <div class="apply-strip-box">
<div class="reduce" @click="moneyReduce(100)"></div> <div class="reduce" @click="moneyReduce(1000)"></div>
<div class="slider"> <div class="slider">
<van-slider bar-height="16" active-color="linear-gradient(to bottom, #f3654d, #f9ad7d)" :max="loans.loansMaxAccount" :min="loans.loansMinAccount" :step="100" v-model="strip"> <van-slider bar-height="16" active-color="linear-gradient(to bottom, #f3654d, #f9ad7d)" :max="loans.loansMaxAccount" :min="loans.loansMinAccount" :step="1000" v-model="strip">
<template #button> <template #button>
<div class="custom-button"></div> <div class="custom-button"></div>
</template> </template>
</van-slider> </van-slider>
</div> </div>
<div class="add" @click="moneyAdd(100)"></div> <div class="add" @click="moneyAdd(1000)"></div>
</div> </div>
<div class="apply-jkqx"> <div class="apply-jkqx">

View File

@@ -89,7 +89,7 @@
</view> </view>
<view style="width: 100%; padding: 20px 0"> <!-- <view style="width: 100%; padding: 20px 0">
<view>{{ $t('userInfo.shootingRequirements') }}</view> <view>{{ $t('userInfo.shootingRequirements') }}</view>
<view style="display: flex; justify-content: space-between; align-items: center"> <view style="display: flex; justify-content: space-between; align-items: center">
<view style="display: flex; justify-content: center; align-items: center; flex-flow: column"> <view style="display: flex; justify-content: center; align-items: center; flex-flow: column">
@@ -109,7 +109,7 @@
<view class="gray_color font-22">×{{ $t('userInfo.flashStrongly') }}</view> <view class="gray_color font-22">×{{ $t('userInfo.flashStrongly') }}</view>
</view> </view>
</view> </view>
</view> </view>-->
</view> </view>