|
@@ -189,7 +189,6 @@
|
|
|
this.funGetChinaArea()
|
|
|
await this.$nextTick()
|
|
|
const textarea = this.$refs.myTextarea
|
|
|
- this.$refreshTitle('注册')
|
|
|
if (textarea) {
|
|
|
this.handleTextarea(textarea)
|
|
|
textarea.addEventListener('input', this.handleTextarea(textarea, 1), false)
|
|
@@ -240,6 +239,9 @@
|
|
|
clearInterval(this.timer)
|
|
|
}
|
|
|
}
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refreshTitle('注册')
|
|
|
+ })
|
|
|
this.$route.meta.isUseCache = false
|
|
|
},
|
|
|
methods: {
|
|
@@ -313,6 +315,11 @@
|
|
|
sendSMS(orderUserPhone, 3, capture).then(res => {
|
|
|
if (res.status) {
|
|
|
Toast('发送成功')
|
|
|
+ } else {
|
|
|
+ Toast(res.msg)
|
|
|
+ this.funUpdateCapture()
|
|
|
+ clearInterval(this.timer)
|
|
|
+ this.numCount = 60
|
|
|
}
|
|
|
}).catch(err => {
|
|
|
Toast(err.msg)
|