|
@@ -186,6 +186,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
async mounted () {
|
|
async mounted () {
|
|
|
|
+ this.funGetChinaArea()
|
|
await this.$nextTick()
|
|
await this.$nextTick()
|
|
const textarea = this.$refs.myTextarea
|
|
const textarea = this.$refs.myTextarea
|
|
this.$refreshTitle('注册')
|
|
this.$refreshTitle('注册')
|
|
@@ -213,27 +214,8 @@
|
|
orderRoom: '' // 房号
|
|
orderRoom: '' // 房号
|
|
}
|
|
}
|
|
this.arrErrorList = []
|
|
this.arrErrorList = []
|
|
- this.showPicker0 = false
|
|
|
|
- this.columnsOfCity = []
|
|
|
|
- this.showPicker1 = false
|
|
|
|
- this.columnsOfCommunity = [
|
|
|
|
- {
|
|
|
|
- values: ['东海水景城'],
|
|
|
|
- defaultIndex: 0
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- this.showPicker2 = false
|
|
|
|
- this.columnsOfBuildingy = [
|
|
|
|
- {
|
|
|
|
- values: BUILDING(),
|
|
|
|
- defaultIndex: 0
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- values: ROOM(),
|
|
|
|
- defaultIndex: 0
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- this.strCapture = STRCAPTURE
|
|
|
|
|
|
+ this.numCount = 60
|
|
|
|
+ this.timer = null
|
|
this.numPositionY = 0
|
|
this.numPositionY = 0
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
if (!this.scroll) {
|
|
if (!this.scroll) {
|
|
@@ -247,7 +229,6 @@
|
|
}
|
|
}
|
|
})
|
|
})
|
|
this.funInit()
|
|
this.funInit()
|
|
- this.funGetChinaArea()
|
|
|
|
} else {
|
|
} else {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
if (this.scroll) {
|
|
if (this.scroll) {
|
|
@@ -255,9 +236,10 @@
|
|
this.scroll.scrollTo(0, this.numPositionY)
|
|
this.scroll.scrollTo(0, this.numPositionY)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ if (this.timer) {
|
|
|
|
+ clearInterval(this.timer)
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- this.numCount = 60
|
|
|
|
- clearInterval(this.timer)
|
|
|
|
this.$route.meta.isUseCache = false
|
|
this.$route.meta.isUseCache = false
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -367,7 +349,7 @@
|
|
getUserInfo().then(res => {
|
|
getUserInfo().then(res => {
|
|
const { status } = res
|
|
const { status } = res
|
|
if (status) {
|
|
if (status) {
|
|
- // this.$router.replace({ path: '/loan/mine' })
|
|
|
|
|
|
+ this.$router.replace({ path: '/loan/mine' })
|
|
}
|
|
}
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
Toast(err)
|
|
Toast(err)
|