nieyuge 2 years ago
parent
commit
9ccb27f357
2 changed files with 2 additions and 2 deletions
  1. 1 1
      components/MobileBuyNft.vue
  2. 1 1
      components/buttonLogin.vue

+ 1 - 1
components/MobileBuyNft.vue

@@ -112,7 +112,7 @@ export default {
     },
     data() {
         return {
-            data: {},
+            data: null,
             curItem: null,
             listData: [],
             nftMetaData: {},

+ 1 - 1
components/buttonLogin.vue

@@ -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 {