Browse Source

二期组件

zhaoxiaohai 2 years ago
parent
commit
e214f60512
1 changed files with 1 additions and 0 deletions
  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>