Commit 72ae3817 by 叶明星

添加get变量获取

parent 5a4a9367
......@@ -13,6 +13,9 @@ class BaseController extends Controller
foreach ($datas as $k => $v) {
$this->assign($k, $v['data']);
}
$getInfo = I();
$this->assign('get_url_info',$getInfo);
}
public function __call($method, $args)
......
<foreach name="get_utl_info" item="v" >
<input type="hidden" id="{$key}" value="{$v}">
</foreach>
<div class="index_header">
<div class="header_content boxsiz public_content width_1190">
<div class="fl">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment