用户注册统计:
- 用户注册统计,可以帮助更好的了解你的shop用户的注册情况,为你下一步的营销计划做出更好的判定!
{if:$this->numbers!==null}
{set:$fc=new FlashChart(IUrl::creatUrl("").'chart/',"100%",320);$info=array("title"=>'用户注册统计','numbers'=>$this->numbers,'dates'=>$this->dates,'steps'=>$this->steps,'max'=>$this->max);$fc->setChart("chart/templatechart/user-add.txt",$info);}
{else:}
{/if}