update: login function and purchased item store
This commit is contained in:
@@ -157,7 +157,11 @@ export default class App extends React.Component {
|
||||
componentDidMount() {
|
||||
// this.checkIsLogin();
|
||||
// this.settingStore.getAll();
|
||||
// this.authStore.getProfile();
|
||||
this.authStore.getProfile();
|
||||
|
||||
setTimeout(() => {
|
||||
console.log(this.authStore.userProfile, 'this.authStore.userProfile this.authStore.userProfile');
|
||||
}, 2500)
|
||||
// this.user.getUserGeolocation();
|
||||
// this.appStore.getAppType();
|
||||
// this.profileStore.getProfile();
|
||||
|
||||
Reference in New Issue
Block a user