更新
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
this.$emit('buttomPopup', {
|
this.$emit('buttomPopup', {
|
||||||
...currentCard,
|
...currentCard,
|
||||||
...result
|
...result
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
<view style="margin: 20rpx auto;width: 90%;">转出验证:本次转出需要短信确认,验证码 已发送至您的手机
|
<view style="margin: 20rpx auto;width: 90%;">转出验证:本次转出需要短信确认,验证码 已发送至您的手机
|
||||||
{{phoneHandle(this.user.userPhone)}}
|
{{phoneHandle(this.user.userPhone)}}
|
||||||
</view>
|
</view>
|
||||||
<xt-verify-code class="code" v-model="params.code" @confirm="submit" :isFocus="isFocus"></xt-verify-code>
|
<xt-verify-code class="code" v-model="params.code" @confirm="submit" :isFocus="isFocus">
|
||||||
|
</xt-verify-code>
|
||||||
<button @click="send" class="oliout_butten"
|
<button @click="send" class="oliout_butten"
|
||||||
style="width:60%; border-radius: 50rpx;">{{time===0?'重新发送验证码':time+'S'}}
|
style="width:60%; border-radius: 50rpx;">{{time===0?'重新发送验证码':time+'S'}}
|
||||||
</button>
|
</button>
|
||||||
@@ -59,7 +60,7 @@
|
|||||||
time: 0,
|
time: 0,
|
||||||
price: '',
|
price: '',
|
||||||
info: {},
|
info: {},
|
||||||
isFocus:false,
|
isFocus: false,
|
||||||
user: uni.getStorageSync('user') || {},
|
user: uni.getStorageSync('user') || {},
|
||||||
params: {
|
params: {
|
||||||
occurAmount: '',
|
occurAmount: '',
|
||||||
@@ -79,9 +80,9 @@
|
|||||||
this.$refs.indexPopup.open()
|
this.$refs.indexPopup.open()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sendTextMessage() {
|
sendTextMessage() {
|
||||||
if (!this.submitCheck()) return
|
if (!this.submitCheck()) return
|
||||||
|
|
||||||
// this.time = 60
|
// this.time = 60
|
||||||
// this.timefn()
|
// this.timefn()
|
||||||
// this.isFocus = true
|
// this.isFocus = true
|
||||||
@@ -94,7 +95,7 @@
|
|||||||
serve.giveCard({
|
serve.giveCard({
|
||||||
phone: this.user.userPhone
|
phone: this.user.userPhone
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if(res.code === 20000) {
|
if (res.code === 20000) {
|
||||||
this.time = 60
|
this.time = 60
|
||||||
this.params.verifyCodeToken = res.data.verifyCodeToken
|
this.params.verifyCodeToken = res.data.verifyCodeToken
|
||||||
this.timefn()
|
this.timefn()
|
||||||
@@ -147,7 +148,7 @@
|
|||||||
accountCardCode,
|
accountCardCode,
|
||||||
...this.params
|
...this.params
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if(res.code === 20000) {
|
if (res.code === 20000) {
|
||||||
this.$refs.indexPopup.close()
|
this.$refs.indexPopup.close()
|
||||||
this.$refs.smscodePopup.close()
|
this.$refs.smscodePopup.close()
|
||||||
this.$refs.successPopupt.open()
|
this.$refs.successPopupt.open()
|
||||||
@@ -197,6 +198,10 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.success_img {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.poput_tip {
|
.poput_tip {
|
||||||
width: 85vw;
|
width: 85vw;
|
||||||
@@ -227,15 +232,6 @@
|
|||||||
margin-bottom: 25rpx;
|
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 {
|
.oliout_butten {
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user