Sfoglia il codice sorgente

[edit][SWITCH_GROUP_STATUS]

zhangwei 2 anni fa
parent
commit
2e134351a4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/view/iframe/group-card/card.vue

+ 1 - 0
src/view/iframe/group-card/card.vue

@@ -138,6 +138,7 @@ chrome.runtime.onMessage.addListener((req, sender, sendResponse) => {
                 state.show = 'arrow'
             } else {
                 state.show = state.show2
+                sendChromeTabMessage({ actionType: "SWITCH_GROUP_STATUS", data: { type: 'btn' } }, () => { })
             }
             break
     }