347617796@qq.com 4 лет назад
Родитель
Сommit
1a4f9c96ad
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      src/views/voluntarilyPoint.vue

+ 5 - 5
src/views/voluntarilyPoint.vue

@@ -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: {