|
@@ -550,7 +550,9 @@ class Journal extends Core
|
|
$this->data['my'] = $my[0];
|
|
$this->data['my'] = $my[0];
|
|
$this->data['my']['pai'] = '50+';
|
|
$this->data['my']['pai'] = '50+';
|
|
}
|
|
}
|
|
- } else {
|
|
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ if (!$this->data['my']) {
|
|
$user = Dever::load('passport/api')->info($this->data['uid']);
|
|
$user = Dever::load('passport/api')->info($this->data['uid']);
|
|
$this->data['my'] = array();
|
|
$this->data['my'] = array();
|
|
$this->data['my']['uid'] = $this->data['uid'];
|
|
$this->data['my']['uid'] = $this->data['uid'];
|