zhaoxiaohai пре 2 година
родитељ
комит
e214f60512
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      components/Yl_FunTabs/index.wxml

+ 1 - 0
components/Yl_FunTabs/index.wxml

@@ -6,6 +6,7 @@
     </view>
 </scroll-view>
 <view class="slot-box" bindtouchstart="myTouchStart" bindtouchmove="myTouchMove">
+    <slot name='padtop' />
     <slot name='{{list[active].label}}' />
     <slot />
 </view>