update login.vue
This commit is contained in:
parent
329e383dbe
commit
1cae7d7a17
@ -27,12 +27,11 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
sessionUid: uni.getStorageSync('userInfo').uid,
|
|
||||||
loadStatus1: 'loadmore',
|
loadStatus1: 'loadmore',
|
||||||
loadStatus2: 'loadmore',
|
loadStatus2: 'loadmore',
|
||||||
page1: 1,
|
page1: 1,
|
||||||
page2: 1,
|
page2: 1,
|
||||||
shareCover: '',
|
shareCover: '',//分享封面
|
||||||
followUserPost: [],
|
followUserPost: [],
|
||||||
lastPost: [],
|
lastPost: [],
|
||||||
tabList: [{
|
tabList: [{
|
||||||
|
@ -67,10 +67,10 @@
|
|||||||
mobile: this.form.mobile
|
mobile: this.form.mobile
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
uni.hideLoading();
|
|
||||||
this.$refs.uCode.start();
|
this.$refs.uCode.start();
|
||||||
this.$u.toast(res.msg);
|
|
||||||
}
|
}
|
||||||
|
this.$u.toast(res.msg);
|
||||||
|
uni.hideLoading();
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$u.toast('倒计时结束后再发送');
|
this.$u.toast('倒计时结束后再发送');
|
||||||
|
Loading…
Reference in New Issue
Block a user