Browse Source

二期组件

zhaoxiaohai 2 năm trước cách đây
mục cha
commit
e214f60512
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      components/Yl_FunTabs/index.wxml

+ 1 - 0
components/Yl_FunTabs/index.wxml

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