|
@@ -104,15 +104,10 @@
|
|
|
},
|
|
|
methods: {
|
|
|
logOut(){
|
|
|
+ this.$u.vuex('vuex_member_info', {});
|
|
|
this.$u.vuex('vuex_user_info', {});
|
|
|
- // uni.clearStorage();
|
|
|
- this.getMemberInfo()
|
|
|
- // uni.showToast({
|
|
|
- // title:'清除完成,请手动重新进入小程序',
|
|
|
- // icon:'none',
|
|
|
- // complete() {
|
|
|
- // }
|
|
|
- // })
|
|
|
+ uni.$u.route('/pages/index/index')
|
|
|
+ // this.getMemberInfo()
|
|
|
},
|
|
|
getMemberInfo(){
|
|
|
this.$u.api.memberInfo({id:this.vuex_user_info.userid}).then(res=>{
|