设定$this->error() $this->sucsess 跳转时间  

默认跳转时间为3秒,有时候提示文字长点还没看清就跳走了,很烦人,看了下view model 才知道怎么定义
 
$Tpl['waitSecond']=30; //跳转时间(秒)
$Tpl['jumpUrl']=__APP__.'/Index'; //跳转url地址
 
$this->assign($Tpl); //批量赋值
$this->success("登录成功");
 
或者还可以
 
在Action中直接$this->assign("waitSecond",3);

欢迎大佬支持本博客的发展 -- Donate --

本文链接:设定$this->error() $this->sucsess 跳转时间

转载声明:本站文章若无特别说明,皆为原创,转载请注明来源:三十岁,谢谢!^^


分享到:          
  1. 没有评论

  1. 没有通告