聊天完成

This commit is contained in:
2020-08-07 14:44:11 +08:00
parent c1a3a11781
commit 93c412a515
34 changed files with 1481 additions and 41 deletions

View File

@@ -99,7 +99,7 @@ export default {
return
}
// 清除本地存储才可以正常登陆(具体原因没有仔细检查)
uni.clearStorage();
// uni.clearStorage();
// 账号登录1达人0商家
if(this.state==1){
this.$u.api.login({ member_name: this.zhanghaoA, member_password: this.mimaA }).then(res => {