index.wxml 458 B

123456789
  1. <view class="float-box" style="top: {{top}}; left: {{left}}; z-index:{{zIndex}};" bindtouchmove="viewTouchMove">
  2. <slot wx:if="{{useSlot}}" />
  3. <image wx:elif='{{!alternative}}' style="width: 160rpx; height: 160rpx; transform: translate(-50%,-50%);" src='../../static/image/add.png' binderror='imageOnErr' data-title="新建线索" />
  4. <view wx:else class="circle-box">
  5. <view class="circle">
  6. +
  7. </view>
  8. </view>
  9. </view>