From 9e38c2fd0cb1ec3ab60ec80969debbc23fea4447 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 20 Sep 2023 11:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BagMoney/components/oil-card/oil-card.vue | 2 +- components/transBlock/index.vue | 26 ++++++++++------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/BagMoney/components/oil-card/oil-card.vue b/BagMoney/components/oil-card/oil-card.vue index d6aab39..3a46d7a 100644 --- a/BagMoney/components/oil-card/oil-card.vue +++ b/BagMoney/components/oil-card/oil-card.vue @@ -123,7 +123,7 @@ this.$emit('buttomPopup', { ...currentCard, ...result - }) + }) }) } diff --git a/components/transBlock/index.vue b/components/transBlock/index.vue index ad12ac5..a09938c 100644 --- a/components/transBlock/index.vue +++ b/components/transBlock/index.vue @@ -27,7 +27,8 @@ 转出验证:本次转出需要短信确认,验证码 已发送至您的手机 {{phoneHandle(this.user.userPhone)}} - + + @@ -59,7 +60,7 @@ time: 0, price: '', info: {}, - isFocus:false, + isFocus: false, user: uni.getStorageSync('user') || {}, params: { occurAmount: '', @@ -79,9 +80,9 @@ this.$refs.indexPopup.open() } }, - sendTextMessage() { + sendTextMessage() { if (!this.submitCheck()) return - + // this.time = 60 // this.timefn() // this.isFocus = true @@ -94,7 +95,7 @@ serve.giveCard({ phone: this.user.userPhone }).then(res => { - if(res.code === 20000) { + if (res.code === 20000) { this.time = 60 this.params.verifyCodeToken = res.data.verifyCodeToken this.timefn() @@ -147,7 +148,7 @@ accountCardCode, ...this.params }).then(res => { - if(res.code === 20000) { + if (res.code === 20000) { this.$refs.indexPopup.close() this.$refs.smscodePopup.close() this.$refs.successPopupt.open() @@ -197,6 +198,10 @@ } + .success_img { + height: 100%; + width: 100%; + } .poput_tip { width: 85vw; @@ -227,15 +232,6 @@ margin-bottom: 25rpx; } - // .xt__verify-code .xt__input-ground .xt__box-box.data-v-e4b72d00 { - // height: 100rpx !important; - // } - - // .xt__verify-code { - // width: 90% !important; - // margin: 0 auto !important; - // } - .oliout_butten { width: 90vw; margin: 0 auto;