...
|
...
|
@@ -198,7 +198,6 @@ class BackController extends AbstractAction |
|
|
{
|
|
|
$phoneNum = $this->get('phoneNum', '');
|
|
|
$areaCode = $this->get('areaCode', 86);
|
|
|
$areaCode = '+' . $areaCode;
|
|
|
|
|
|
$data = array(
|
|
|
'backUrl' => Helpers::url('/phoneback.html'),
|
...
|
...
|
|