...
|
...
|
@@ -64,7 +64,7 @@ class RegController extends AbstractAction |
|
|
'backUrl' => SITE_MAIN . '/?go=1', // 返回的URL链接
|
|
|
'headerText' => '注册', // 头部信息
|
|
|
'isPassportPage' => true, // 模板中模块标识
|
|
|
'areaCode' => '+' . $area, // 地区编号
|
|
|
'areaCode' => $area, // 地区编号
|
|
|
'phoneNum' => $mobile, // 手机号
|
|
|
'token' => $token, // 访问令牌
|
|
|
'serviceUrl'=>'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='//在线客服
|
...
|
...
|
|