@@ -762,6 +762,14 @@ export function initExecuteScript(changes) {
init()
}
+ if (changes.userInfo) {
+ let item = JSON.parse(changes.userInfo.newValue)
+ if (item) {
+ checkUserJoinGroup(() => {
+ showNFTGroupIcon()
+ })
+ }
const createNFTIframe = ({ url, id }, callback) => {