nieyuge 2 سال پیش
والد
کامیت
9ccb27f357
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 {