dever 3 lat temu
rodzic
commit
bd409ed66b
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      app/shop/src/My.php

+ 2 - 0
app/shop/src/My.php

@@ -26,6 +26,8 @@ class My extends Core
 
 
 		$this->data['msg'] = Dever::load('message/lib/data')->num($this->uid);
 		$this->data['msg'] = Dever::load('message/lib/data')->num($this->uid);
 
 
+		$this->data['level'] = 'Lv1';
+
 		return $this->data;
 		return $this->data;
 	}
 	}