mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 21:45:47 +08:00
v6.0
This commit is contained in:
@ -65,6 +65,7 @@ class Index extends Common
|
||||
if(!empty($this->data_request['to_url']))
|
||||
{
|
||||
$to_url = base64_decode(urldecode($this->data_request['to_url']));
|
||||
MyViewAssign('appoint_to_url', 1);
|
||||
}
|
||||
MyViewAssign('to_url', $to_url);
|
||||
return MyView();
|
||||
|
||||
Reference in New Issue
Block a user