|
@@ -179,7 +179,7 @@ const initData = () => {
|
|
let {windowLocation} = JSON.parse(getQueryString('params'));
|
|
let {windowLocation} = JSON.parse(getQueryString('params'));
|
|
if(windowLocation.pathname) {
|
|
if(windowLocation.pathname) {
|
|
let arr = windowLocation.pathname.split('/');
|
|
let arr = windowLocation.pathname.split('/');
|
|
- if(arr.length == 2){
|
|
|
|
|
|
+ if(arr.length >= 2){
|
|
twitterAccount = arr[1];
|
|
twitterAccount = arr[1];
|
|
if(twitterAccount) {
|
|
if(twitterAccount) {
|
|
getTwitterNftGroupInfo({
|
|
getTwitterNftGroupInfo({
|