Selaa lähdekoodia

Merge branch 'dev' of http://git.izouma.com/xiongzhu/raex_front into dev

yuanyuan 3 vuotta sitten
vanhempi
commit
6407b5bb91
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/rice/Share.vue

+ 1 - 1
src/components/rice/Share.vue

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