微擎前台URL拼接方法

后台用:

$url = $_W['siteroot'].$this->createMobileUrl('ordershow').'&orderid='.$notice['tid'];

模版用:

{php echo $_W['siteroot'].$this->createMobileUrl('ordershow').'&orderid='.$notice['tid']}