Browse Source

未收藏 状态下 颜色调整

yangc 8 years ago
parent
commit
24eda2226c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/mobile/search/_keycode.vue
  2. 1 1
      pages/mobile/shop/index.vue

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

@@ -35,7 +35,7 @@
         <p>型号:<span>{{item.code}}</span></p>
         <p>品牌:<span>{{item.brand.nameCn}}</span></p>
         <p>产品描述:<span>{{item.kind.nameCn}}</span></p>
-        <i class="iconfont icon-shoucang" :style="(item.isFocus)?'color:#ff7800':'color:#333'" @click="collect(item, $event)"></i>
+        <i class="iconfont icon-shoucang" :style="(item.isFocus)?'color:#ff7800':'color:#bbb'" @click="collect(item, $event)"></i>
       </div>
     </div>
 

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

@@ -21,7 +21,7 @@
           <p>电话:<span>{{item.enterprise.enTel}}</span></p>
           <p>传真:<span>{{item.enterprise.enFax}}</span></p>
           <p>商家介绍: <nuxt-link :to="'/mobile/merchantDescription/'+item.uuid">点击查看</nuxt-link></p>
-          <i class="iconfont icon-shoucang" :style="item.isFocus=='true'?'color:#ff7800':'color:#333'" @click="focusStore(item)"></i>
+          <i class="iconfont icon-shoucang" :style="item.isFocus=='true'?'color:#ff7800':'color:#bbb'" @click="focusStore(item)"></i>
         </div>
       </div>
     </div>