diff --git a/components/transBlock/index.vue b/components/transBlock/index.vue index 1449697..fba07c8 100644 --- a/components/transBlock/index.vue +++ b/components/transBlock/index.vue @@ -3,7 +3,8 @@ 请输入赠卡金额 - ¥ + @@ -26,7 +27,7 @@ 转出验证:本次转出需要短信确认,验证码 已发送至您的手机 {{phoneHandle(this.user.userPhone)}} - + @@ -58,6 +59,7 @@ time: 0, price: '', info: {}, + isFocus:false, user: uni.getStorageSync('user') || {}, params: { occurAmount: '', @@ -72,7 +74,6 @@ methods: { _open(item) { if (item) { - console.log('itemitemitemitem', item) this.params.occurAmount = '' this.info = item this.$refs.indexPopup.open() @@ -90,6 +91,7 @@ this.time = 60 this.params.verifyCodeToken = res.data.verifyCodeToken this.timefn() + this.isFocus = true this.$refs.smscodePopup.open() })