|
@@ -7,13 +7,8 @@ export const closeAchPayNoticeHandler = async () => {
|
|
|
chrome.tabs.remove(
|
|
|
res.id, () => {
|
|
|
getChromeStorage('achPayInfo', (result) => {
|
|
|
- let {tab, form} = result || {};
|
|
|
+ let {tab} = result || {};
|
|
|
chrome.storage.local.remove("achPayInfo");
|
|
|
- if(form == 'popupPage') {
|
|
|
- setChromeStorage({ achPayData : JSON.stringify({
|
|
|
- form: 'popupPage'
|
|
|
- })});
|
|
|
- }
|
|
|
if(tab) {
|
|
|
chrome.tabs.highlight({ windowId: tab.windowId, tabs: tab.index })
|
|
|
}
|