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

bug修改

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