4 changed files with 151 additions and 38 deletions
@ -35,18 +35,12 @@ |
|||||
MINIMUM WITHDRAWAL AMOUNT: {{withdrawConfig.withdraw_limit_min}} |
MINIMUM WITHDRAWAL AMOUNT: {{withdrawConfig.withdraw_limit_min}} |
||||
</view> |
</view> |
||||
</view> |
</view> |
||||
<!-- <view class="rech-capy"> |
<view class="rech-capy"> |
||||
<view class="payment"> |
|
||||
payment |
|
||||
</view> |
|
||||
<view class="capy"> |
<view class="capy"> |
||||
<image src="../../static/login/[email protected]" mode="" class="img1"></image> CPAY |
<image src="../../../static/login/[email protected]" mode="aspectFit" class="img1"></image> BANK CARD |
||||
</view> |
</view> |
||||
</view> --> |
</view> |
||||
<view class="rech-input-con"> |
<!-- <view class="rech-input-con"> |
||||
<!-- <view class="input-item flex"> |
|
||||
<input type="text" value="" placeholder="IFSC Code" placeholder-style="color: #BFC2CCFF;font-size:14px;"/> |
|
||||
</view> --> |
|
||||
<view class="input-item flex" style="height: auto;"> |
<view class="input-item flex" style="height: auto;"> |
||||
<view class="login-sigh login-sigh2 flex"> |
<view class="login-sigh login-sigh2 flex"> |
||||
<view class="imgcon"> |
<view class="imgcon"> |
||||
@ -55,32 +49,52 @@ |
|||||
</view> |
</view> |
||||
<input type="text" value="" placeholder="mobile phone" v-model="mobile" |
<input type="text" value="" placeholder="mobile phone" v-model="mobile" |
||||
placeholder-style="color: #BFC2CCFF;font-size:14px;" /> |
placeholder-style="color: #BFC2CCFF;font-size:14px;" /> |
||||
|
|
||||
|
|
||||
<!-- <view class="erji"> |
|
||||
<view class="item"> |
|
||||
123 |
|
||||
</view> |
|
||||
<view class="item"> |
|
||||
Add Bank Card |
|
||||
</view> |
|
||||
</view> --> |
|
||||
</view> |
</view> |
||||
|
|
||||
|
</view> --> |
||||
|
<view class="xiala_con" :class="fujiNum==1?'activeErji':''" > |
||||
<!-- <view class="input-item flex"> |
<view class="fuji " @click="fuji()"> |
||||
<view class="login-sigh login-sigh2 flex"> |
<image src="../../../static/login/[email protected]" mode="aspectFit" class="img1"></image> |
||||
<view class="imgcon"> |
<text class="text1"> |
||||
<image src="../../static/login/[email protected]" mode=""></image> |
My Card:3480****6675 |
||||
|
</text> |
||||
|
<text class="text2"> |
||||
|
Select |
||||
|
<image src="../../../static/color/loading_icon_ins@3x(18).png" mode="aspectFit" class="img2"></image> |
||||
|
</text> |
||||
|
</view> |
||||
|
<view class="erji"> |
||||
|
<view class="item item-active"> |
||||
|
My Card:3480****6675 |
||||
</view> |
</view> |
||||
</view> |
<view class="item"> |
||||
<input type="password" value="" placeholder="Enter Your Login Password" v-mode="password" |
Card 2:9200****4028 |
||||
placeholder-style="color: #BFC2CCFF;font-size:14px;" @focus="btncol=1" @blur="btncol=2" /> |
|
||||
</view> --> |
|
||||
</view> |
</view> |
||||
|
<view class="item" @click="goAddBankCard()"> |
||||
|
Add Bank Card |
||||
|
</view> |
||||
|
</view> |
||||
|
</view> |
||||
|
|
||||
|
<view class="longey_item" @click="goAddBankCard()"> |
||||
|
<image src="../../../static/bankCard/[email protected]" mode="aspectFit" class="img1"></image> |
||||
|
<text class="text1">Add Bank Card</text> |
||||
|
</view> |
||||
|
|
||||
|
<view class="input-item flex"> |
||||
|
<view class="login-sigh login-sigh2 flex"> |
||||
|
<view class="imgcon"> |
||||
|
<image src="../../../static/login/[email protected]" mode=""></image> |
||||
|
</view> |
||||
|
</view> |
||||
|
<input type="password" value="" placeholder="Enter your login password" |
||||
|
placeholder-style="color: #BFC2CCFF;font-size:14px;" v-model="password" style="height: 50px;" /> |
||||
|
</view> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
</view> |
</view> |
||||
|
|
||||
|
|
||||
@ -124,13 +138,10 @@ |
|||||
export default { |
export default { |
||||
data() { |
data() { |
||||
return { |
return { |
||||
|
fujiNum:-1, |
||||
|
i:0, |
||||
// 银行卡信息列表 |
// 银行卡信息列表 |
||||
itemList: [{ |
|
||||
head: "赏识在于角度的转换", |
|
||||
body: "只要我们正确择取一个合适的参照物乃至稍降一格去看待他人,值得赏识的东西便会扑面而来", |
|
||||
open: true, |
|
||||
disabled: true |
|
||||
}], |
|
||||
|
|
||||
currentBalance: '', |
currentBalance: '', |
||||
currencySymbol: '', |
currencySymbol: '', |
||||
@ -153,6 +164,20 @@ |
|||||
this.init(); |
this.init(); |
||||
}, |
}, |
||||
methods: { |
methods: { |
||||
|
goAddBankCard(){ |
||||
|
uni.navigateTo({ |
||||
|
url:'../bankCard/addAddress/index' |
||||
|
}) |
||||
|
}, |
||||
|
// 判断下拉函数 |
||||
|
fuji(){ |
||||
|
this.fujiNum=1; |
||||
|
this.i++; |
||||
|
if(this.i%2==0){ |
||||
|
this.i=0; |
||||
|
this.fujiNum=-1; |
||||
|
} |
||||
|
}, |
||||
init(){ |
init(){ |
||||
const post2 = api.withdrawConfig({ |
const post2 = api.withdrawConfig({ |
||||
"ticket": uni.getStorageSync('logInfo').data, |
"ticket": uni.getStorageSync('logInfo').data, |
||||
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Loading…
Reference in new issue