|
@@ -206,6 +206,7 @@ const getListData = () => {
|
|
}
|
|
}
|
|
|
|
|
|
const initData = () => {
|
|
const initData = () => {
|
|
|
|
+ loading.value = true;
|
|
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('/');
|
|
@@ -220,7 +221,7 @@ const initData = () => {
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
groupInfo = res.data || {};
|
|
groupInfo = res.data || {};
|
|
if (!groupInfo.nftGroupId) return;
|
|
if (!groupInfo.nftGroupId) return;
|
|
- loading.value = true;
|
|
|
|
|
|
+ // loading.value = true;
|
|
getListData()
|
|
getListData()
|
|
}
|
|
}
|
|
})
|
|
})
|