index.wxml 283 B

1234
  1. <view class="float-box" style="top: {{top}}; left: {{left}};" catchtouchmove="viewTouchMove">
  2. <slot wx:if="{{useSlot}}" />
  3. <image wx:else style="width: 160rpx; height: 160rpx; transform: translate(-50%,-50%);" src='../../static/image/add.png' data-title="新建线索" />
  4. </view>