|
|
@@ -5,13 +5,12 @@ const wx = Vue.prototype.wx;
|
|
|
import { wxLogin } from '@/api/digest';
|
|
|
|
|
|
export function WXdigest() {
|
|
|
- getTicketFun(['getCurExternalContact'], 'agentConfig')
|
|
|
+ getTicketFun(['getCurExternalContact'])
|
|
|
.then(() => {
|
|
|
// 获取用户code
|
|
|
getWeChatCode();
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
- debugger;
|
|
|
console.log(err);
|
|
|
});
|
|
|
}
|