Browse Source

收藏图标位置调整

yangc 8 years ago
parent
commit
ffe878e2b5
3 changed files with 6 additions and 5 deletions
  1. 2 1
      components/mobile/Home.vue
  2. 3 3
      pages/mobile/search/_keycode.vue
  3. 1 1
      pages/mobile/user/index.vue

+ 2 - 1
components/mobile/Home.vue

@@ -7,6 +7,7 @@
           <div>商家地址:深圳市南山区英唐大厦6楼</div>
           <div class="content-line link-url">在线咨询</div>
           <div>致电:<span class="content-line link-url">0755-96586323</span></div>
+          <div>邮件:<a href="mailto:yrsc@usoftchina.com" class="content-line link-url">yrsc@usoftchina.com</a></div>
         </div>
       </div>
     </div>
@@ -233,7 +234,7 @@
           input{
             width:5.17rem;
             display: inline-block;
-            padding: 0 1.2rem 0 .16rem;
+            padding: 0 1rem 0 .16rem;
             margin-right:-.83rem;
             font-size:.24rem;
             border:.02rem solid #3c7cf5;

+ 3 - 3
pages/mobile/search/_keycode.vue

@@ -92,11 +92,11 @@
       clickType (type) {
         if (type === 'store') {
           this.activeType = 'store'
-          this.$store.dispatch('searchData/searchForList', {count: 15, filter: {}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
+          this.$store.dispatch('searchData/searchForListInMobile', {count: 15, filter: {}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
         }
         if (type === 'support') {
           this.activeType = 'support'
-          this.$store.dispatch('searchData/searchForList', {count: 15, filter: {'goods_store_type': ['ORIGINAL_FACTORY', 'AGENCY', 'DISTRIBUTION']}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
+          this.$store.dispatch('searchData/searchForListInMobile', {count: 15, filter: {'goods_store_type': ['ORIGINAL_FACTORY', 'AGENCY', 'DISTRIBUTION']}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
         }
       },
       goBrand: function (uuid) {
@@ -265,7 +265,7 @@
         i{
           display:block;
           position:absolute;
-          top:.55rem;
+          top:.1rem;
           right:.1rem;
           font-size:.4rem;
           color:#ff7800;

+ 1 - 1
pages/mobile/user/index.vue

@@ -236,7 +236,7 @@
             display:block;
             position:absolute;
             top:.1rem;
-            right:.1rem;
+            right: -.1rem;
             font-size:.4rem;
             color:#ff7800;
           }