e9495662 by ex

meta 拼错

1 parent 9376cbad
......@@ -16,7 +16,7 @@ angular.module('myApp')
var code = getUrl('code')
if(code){
dingdaService.verifyThirdCode(code).success(function (res) {
if(res.mate.code == 200) {
if(res.meta.code == 200) {
dingdaService.verifyPhoneCode(res.data.mobile, res.data.code).success(function (data) {
if (data.meta.code == 200) {
data.data.userName = $scope.phoneNumberVal;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!