getCompiled()->isFresh($_smarty_tpl, array ( 'version' => '5.3.1', 'unifunc' => 'content_67bc7087596406_80706246', 'has_nocache_code' => false, 'file_dependency' => array ( 'ff341a6c4f4a0875c3abb41dab27e1b0656f0b17' => array ( 0 => 'gembox/invite/up.tpl', 1 => 1740366544, 2 => 'file', ), ), 'includes' => array ( 'file:gembox/layout/head.tpl' => 1, ), ))) { function content_67bc7087596406_80706246 (\Smarty\Template $_smarty_tpl) { $_smarty_current_dir = '/www/wwwroot/fuuu.cloud/resources/views/tabler/gembox/invite'; $_smarty_tpl->renderSubTemplate('file:gembox/layout/head.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir); ?>
getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('tableInviteUp')['data'], 'dataRow', false, 'k'); $foreach0DoElse = true; foreach ($_from ?? [] as $_smarty_tpl->getVariable('k')->value => $_smarty_tpl->getVariable('dataRow')->value) { $foreach0DoElse = false; ?> getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
code 点击数 注册数
getValue('dataRow')['code'];?> getValue('dataRow')['click'];?> getValue('dataRow')['reg'];?>
> obj.PageGo = function (pageTotal, pageGo, limit) { if (pageGo > pageTotal) { return false; } if (pageGo <= 0) { return false; } const params = new URLSearchParams(); params.set('p', pageGo); params.set('l', limit); params.set('dateSelect', $("#dateSelect").val()) document.location.href = "/gembox/invite/up?"+params.toString(); } $(document).ready(function() { $('#dateSelect').change(function() { var selectedValue = $(this).val(); document.location.href = "/gembox/invite/up?d="+selectedValue; }); }); >