@@ -78,7 +78,7 @@ function share() {
const inWeixin = /micromessenger/i.test(navigator.userAgent);
function openWeixin() {
- if (inWeixin) {
+ if (!inWeixin) {
window.location.href = 'weixin://';
}