no message

master
jscyl13849007907 18 hours ago
parent 782de156ff
commit 11171060a0

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

Loading…
Cancel
Save