b90ebbd4 by ex

code 验证

1 parent a55b62cf
......@@ -15,7 +15,7 @@ angular.module('myApp')
if(!$scope.userinfo) {
var code = getUrl('code')
if(code){
dingdaService.loginByCode(code).success(function (res) {
dingdaService.verifyThirdCode(code).success(function (res) {
if(res.mate.code == 200) {
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!