function nominate(name){ window.location.href='{:U("Index/Index/'+name+'")}'; } function chooseplate(value){ window.location.href="{:U('Index/Index/test','test="+value+"')}"; }