|
@ -80,17 +80,18 @@ export default { |
|
|
}, |
|
|
}, |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
dd.biz.auth.requestAuthInfo({ |
|
|
// pc不支持,没啥用 |
|
|
authorizeType: 1, |
|
|
// dd.biz.auth.requestAuthInfo({ |
|
|
ext: '{"dataType":1,"fieldScope":["mobile","mainOrgName"]}', |
|
|
// authorizeType: 1, |
|
|
onSuccess: (res) => { |
|
|
// ext: '{"dataType":1,"fieldScope":["mobile","mainOrgName"]}', |
|
|
console.log(res); |
|
|
// onSuccess: (res) => { |
|
|
alert("requestAuthInfo:" + JSON.stringify(res)); |
|
|
// console.log(res); |
|
|
}, |
|
|
// alert("requestAuthInfo:" + JSON.stringify(res)); |
|
|
onFail: (err) => { |
|
|
// }, |
|
|
console.log(err); |
|
|
// onFail: (err) => { |
|
|
}, |
|
|
// console.log(err); |
|
|
}); |
|
|
// }, |
|
|
|
|
|
// }); |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|