Commit 46a7acb7 authored by 符伟's avatar 符伟

bug修改

parent 61a88dbc
......@@ -2,7 +2,6 @@ import Vue from 'vue'
import App from './App'
// OSS静态资源
Vue.prototype.$iImgUrl = 'https://szcf.superbest.wang/xcxImages/'
......
......@@ -31,9 +31,9 @@
</view>
</view>
<!-- 充值明细 -->
<view class="RechargeDetailed" @click="BackToMini('purchaseDetail')">
<!-- <view class="RechargeDetailed" @click="BackToMini('purchaseDetail')">
账户明细
</view>
</view> -->
<!-- 充值账户 -->
<view class="Recharge">
<span></span>
......@@ -81,7 +81,7 @@
<span>充值生活费</span>
</view>
<!-- -->
<view class="switchbankCard" @click="ChangeBankPay">我要换银行卡支付</view>
<!-- <view class="switchbankCard" @click="ChangeBankPay">我要换银行卡支付</view> -->
</view>
</view>
......@@ -117,8 +117,8 @@
<view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
<van-field v-model="openCardPhonSms" label-class="openCardPhonSmsTxt" maxlength="6" label="验证码:"
placeholder="输入短信验证码" center clearable :border="false">
<van-button slot="button" size="small" type="primary" @click="SendSms">
{{CodeMsg}}
<van-button slot="button" size="small" type="primary" @click="SendSms" >
<div style="font-size:28rpx;">{{CodeMsg}}</div>
</van-button>
</van-field>
<view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
......
......@@ -42,7 +42,7 @@
<van-field v-model="openCardPhonSms" label-class="openCardPhonSmsTxt" maxlength="6" label="验证码:"
placeholder="输入短信验证码" center clearable :border="false">
<van-button slot="button" size="small" type="primary" @click="SendSms">
{{CodeMsg}}
<div style="font-size:28rpx;">{{CodeMsg}}</div>
</van-button>
</van-field>
<view style="width: 520rpx;height: 1rpx;background: #EEEEEE;"></view>
......
......@@ -1531,7 +1531,7 @@
.CodeMsg {
color: #01BC73;
background: #F7F6FB;
font-size: 32rpx;
font-size: 28rpx;
font-weight: 600;
line-height: 80rpx;
letter-spacing: 3rpx;
......
......@@ -8,7 +8,7 @@
<view class="name">来自 {{ bankName }}({{ bankNumber }})</view>
</view>
</view>
<view class="item ">
<view class="item">
<view class="item-a">
<image :src="ImgUrl+'xzf/icon-05.png'" class="bank-waitImg"></image></image>
<view class="title">银行处理中</view>
......@@ -20,7 +20,6 @@
<view class="name">如信息有误,资金将原路返回</view>
</view>
</view>
</view>
<view class="btn" @click="toback">我知道了</view>
</view>
......@@ -44,6 +43,7 @@ export default {
this.bankNumber = options.bankNumber; //银行卡号
this.time = options.time; //预计到账时间
this.money = options.money; //到账金额
},
methods: {
toback(){
......@@ -56,7 +56,7 @@ export default {
<style scoped>
.logs-box {
margin: 85upx;
padding:85upx 85upx 0;
}
......@@ -68,7 +68,7 @@ export default {
}
.item:last-child {
border:none;
border-color:#fff;
}
.item-a {
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment