Showing
1 changed file
with
0 additions
and
1 deletions
@@ -198,7 +198,6 @@ class BackController extends AbstractAction | @@ -198,7 +198,6 @@ class BackController extends AbstractAction | ||
198 | { | 198 | { |
199 | $phoneNum = $this->get('phoneNum', ''); | 199 | $phoneNum = $this->get('phoneNum', ''); |
200 | $areaCode = $this->get('areaCode', 86); | 200 | $areaCode = $this->get('areaCode', 86); |
201 | - $areaCode = '+' . $areaCode; | ||
202 | 201 | ||
203 | $data = array( | 202 | $data = array( |
204 | 'backUrl' => Helpers::url('/phoneback.html'), | 203 | 'backUrl' => Helpers::url('/phoneback.html'), |
-
Please register or login to post a comment