no message

master
jscyl13849007907 11 hours ago
parent 782de156ff
commit 11171060a0

@ -45,7 +45,7 @@ export default {
uni.$on("isGlogin", function (data) {
// console.log("app.vue ", data);
if (uni.getStorageSync("apply-token")) {
that.initWyyx();
// that.initWyyx();
}
});
},
@ -176,7 +176,7 @@ export default {
}
} else if (uni.getStorageSync("apply-token") ) {
// console.log("IM SDK...");
that.initWyyx();
// that.initWyyx();
}
}, 1000);
},
@ -217,11 +217,11 @@ export default {
});
} else {
// console.log("IM");
that.initWyyx();
// that.initWyyx();
}
} else {
console.log("SDK未初始化重新初始化IM");
that.initWyyx();
// that.initWyyx();
}
};

Loading…
Cancel
Save