@{
ViewBag.Title = "用户签约";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@using Core.Web.WebHelper
@Html.Action("ToolBar", "Home",
new
{
area = "",
rightcode = (ViewBag.rightCode as string),
otherToolBars = new ToolBar[]
{
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "审核", "layui-btn-normal","",true)
}
})