Commit 1769b01c by zhangleyuan

feat:bug定位

parent 9833ddb1
......@@ -28,7 +28,7 @@ class WorkWxAuthorize extends React.Component {
code,
ticket,
storeId
}, (res) => {
}).then((res) => {
if (res.code == 200) {
this.setState({
scanState:'success'
......@@ -41,7 +41,7 @@ class WorkWxAuthorize extends React.Component {
})
}
})
}
workWechatAuthorize = () => {
const params = {}
Service.hades('anon/hades/getCorpTrainSuiteId',params).then((res)=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment