|
@@ -151,6 +151,7 @@ class View extends Core
|
|
# 传给下一步操作的参数
|
|
# 传给下一步操作的参数
|
|
$this->data['end']['type'] = $type;
|
|
$this->data['end']['type'] = $type;
|
|
$this->data['end']['id'] = $id;
|
|
$this->data['end']['id'] = $id;
|
|
|
|
+ $this->data['end']['uid'] = $this->data['uid'];
|
|
$this->data['end']['method'] = $method;
|
|
$this->data['end']['method'] = $method;
|
|
$this->data['end']['addview'] = $this->addView;
|
|
$this->data['end']['addview'] = $this->addView;
|
|
$this->data['end']['status'] = isset($this->data['info']['status']) ? $this->data['info']['status'] : false;
|
|
$this->data['end']['status'] = isset($this->data['info']['status']) ? $this->data['info']['status'] : false;
|