|
@@ -215,7 +215,7 @@
|
|
|
if (this.state.mobile === 'success') {
|
|
if (this.state.mobile === 'success') {
|
|
|
this.$indicator.open('获取中...')
|
|
this.$indicator.open('获取中...')
|
|
|
let _this = this
|
|
let _this = this
|
|
|
- this.$http.get('/sso/personal/register/checkCode', {params: {mobile: this.step1.mobile}})
|
|
|
|
|
|
|
+ this.$http.get('/sso/personal/register/checkCode', {params: {mobile: this.step1.mobile, timestamp: new Date().getTime() + ''}})
|
|
|
.then(response => {
|
|
.then(response => {
|
|
|
this.$indicator.close()
|
|
this.$indicator.close()
|
|
|
if (response.data) {
|
|
if (response.data) {
|