|
@@ -320,11 +320,11 @@ export default {
|
|
|
},
|
|
|
created() {},
|
|
|
mounted() {
|
|
|
- // if (localStorage.getItem('voluntarilyPoint')) {
|
|
|
- // this.tips_show = false;
|
|
|
- // } else {
|
|
|
- // this.tips_show = true;
|
|
|
- // }
|
|
|
+ if (localStorage.getItem('voluntarilyPoint')) {
|
|
|
+ this.tips_show = false;
|
|
|
+ } else {
|
|
|
+ this.tips_show = true;
|
|
|
+ }
|
|
|
this.get_role_lists();
|
|
|
},
|
|
|
methods: {
|