@@ -112,7 +112,7 @@ export default {
},
data() {
return {
- data: {},
+ data: null,
curItem: null,
listData: [],
nftMetaData: {},
@@ -4,7 +4,7 @@
</template>
<script>
-import { getStorage, storageKey, getOauthUrl, jumpUrl } from '../utils/help';
+import { getStorage, setStorage, storageKey, getOauthUrl, jumpUrl } from '../utils/help';
import { postRequest } from '../http';
export default {