Browse Source

修改bug

修改bug
dangyunlong 1 week ago
parent
commit
ee12ac76e8
1 changed files with 2 additions and 0 deletions
  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>