Explorar el Código

修改bug

修改bug
dangyunlong hace 1 semana
padre
commit
ee12ac76e8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      components/shop/pageHead.vue

+ 2 - 0
components/shop/pageHead.vue

@@ -60,12 +60,14 @@
                 <div 
                     :class="['shop_head_right_btn', alert_1_num == 2 ? 'shop_head_right_btn_active' : '']"
                     @mouseenter="qhTabs(2)"
+                    @mouseleave="qhTabs(0)"
                 >
                     我要卖
                 </div>
                 <div 
                     :class="['shop_head_right_btn', alert_1_num == 1 ? 'shop_head_right_btn_active' : '']"
                     @mouseenter="qhTabs(1)"
+                    @mouseleave="qhTabs(0)"
                 >
                     我要买
                 </div>