xuqiang vor 4 Jahren
Ursprung
Commit
272440948f

+ 1 - 1
src/main/pc-space/src/components/LoginInfo.vue

@@ -126,7 +126,7 @@ export default {
         },
         init() {
             this.isShow = false;
-            this.Show = false;
+            this.Show = true;
             this.phoneLogin = false;
         },
         handleClose() {

+ 18 - 19
src/main/pc-space/src/components/PageHeader.vue

@@ -65,7 +65,7 @@ export default {
     },
     data() {
         return {
-            tabs: ['铸造者', '收藏探索', '数字盲盒', '我的NFT', '了解更多'],
+            // tabs: ['铸造者', '收藏探索', '数字盲盒', '我的NFT', '了解更多'],
             active: '',
             show: false,
             activeName: '',
@@ -112,18 +112,18 @@ export default {
     },
     methods: {
         ...mapMutations(['updateUserInfo']),
-        tab(item) {
-            this.active = item;
-            if (item === '铸造者') {
-                this.$router.push('/casting');
-            } else if (item === '收藏探索') {
-                this.$router.push('/collection');
-            } else if (item === '数字盲盒') {
-                this.$router.push('/collection?type=BLIND_BOX');
-            } else if (item === '我的NFT') {
-                this.$router.push('/my');
-            }
-        },
+        // tab(item) {
+        //     this.active = item;
+        //     if (item === '铸造者') {
+        //         this.$router.push('/casting');
+        //     } else if (item === '收藏探索') {
+        //         this.$router.push('/collection');
+        //     } else if (item === '数字盲盒') {
+        //         this.$router.push('/collection?type=BLIND_BOX');
+        //     } else if (item === '我的NFT') {
+        //         this.$router.push('/my');
+        //     }
+        // },
         batchRead() {},
         onCommand(command) {
             if (command === 'edit') {
@@ -198,7 +198,7 @@ export default {
         },
         parseQuery(query) {
             const res = {};
-
+            console.log(query);
             query = query.trim().replace(/^(\?|#|&)/, '');
 
             if (!query) {
@@ -237,10 +237,6 @@ export default {
 </script>
 <style lang="less" scoped>
 /deep/.btn-list {
-    .el-dropdown-menu__item {
-        font-weight: bold;
-        text-align: center;
-    }
     .el-tabs__nav-scroll {
         padding-left: 13px;
     }
@@ -250,7 +246,10 @@ export default {
         width: 300px;
     }
 }
-
+/deep/ .el-dropdown-menu__item {
+    font-weight: bold;
+    text-align: center;
+}
 /deep/.menus {
     padding: 15px 25px 0;
     .el-tabs__item {

+ 2 - 2
src/main/pc-space/src/components/RegisterInfo.vue

@@ -61,7 +61,7 @@
                 >
             </div>
             <div class="sub-btn" style="width: 300px" v-else>
-                <el-button type="primary" class="btn-block" @click="passwordFn2">确定</el-button>
+                <div class="btn1" @click="passwordFn2">立即登录</div>
                 <el-button style="background: #f2f3f5; color: #292c33" type="info" class="btn-block" @click="Login"
                     >想起密码,立即登录</el-button
                 >
@@ -111,7 +111,7 @@ export default {
             if (this.isShow2) {
                 return '注册';
             } else {
-                return '修改密码';
+                return '忘记密码';
             }
         }
     },

+ 1 - 0
src/main/pc-space/src/views/user/Give.vue

@@ -84,6 +84,7 @@ export default {
                     return {
                         ...item,
                         index
+                        // search: this.search
                     };
                 })
                 .filter(item => {