|
@@ -1197,6 +1197,7 @@ export function doTaskTwitterAPI({ task_data, task_type }) {
|
|
export function showJoinDialog(data) {
|
|
export function showJoinDialog(data) {
|
|
let iframe = document.querySelector('#nftProjectId')
|
|
let iframe = document.querySelector('#nftProjectId')
|
|
iframe.style.display = 'block'
|
|
iframe.style.display = 'block'
|
|
|
|
+ iframe.src = ''
|
|
iframe.src = chrome.runtime.getURL(`/iframe/buy-nft.html#/group?params=${JSON.stringify(data)}`)
|
|
iframe.src = chrome.runtime.getURL(`/iframe/buy-nft.html#/group?params=${JSON.stringify(data)}`)
|
|
}
|
|
}
|
|
|
|
|