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