index.wxml 540 B

12345678
  1. <!--component/container/index.wxml-->
  2. <view class="main">
  3. <image class="block_img" style="{{ 'height:' + top_height + 'px' }}" src="https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/input-top.png" bindload="top_image" />
  4. <view class="body">
  5. <slot></slot>
  6. </view>
  7. <image class="block_img" style="{{ 'height:' + bottom_height + 'px' }}" src="https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/input-bottom.png" bindload="bottom_image" />
  8. </view>