Showing
1 changed file
with
1 additions
and
1 deletions
@@ -25,6 +25,7 @@ export const mutations = { | @@ -25,6 +25,7 @@ export const mutations = { | ||
25 | // #endif | 25 | // #endif |
26 | // #ifndef H5 | 26 | // #ifndef H5 |
27 | uni.removeStorageSync("userInfo"); | 27 | uni.removeStorageSync("userInfo"); |
28 | + uni.removeStorageSync('storagePre'); | ||
28 | // #endif | 29 | // #endif |
29 | }, | 30 | }, |
30 | }; | 31 | }; |
@@ -35,6 +36,5 @@ export const actions = { | @@ -35,6 +36,5 @@ export const actions = { | ||
35 | commit | 36 | commit |
36 | }, data) { | 37 | }, data) { |
37 | state.badgeInfo = data | 38 | state.badgeInfo = data |
38 | - console.log('Change total', data); | ||
39 | } | 39 | } |
40 | }; | 40 | }; |