浏览代码

二期组件

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>