index.wxml 910 B

12345678910111213141516171819
  1. <view wx:if="{{userid!=1487}}" class="float-box" style="top: {{top}}; left: {{left}}; z-index:{{zIndex}};" catchtouchmove="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>
  10. <view wx:else class="float-box" style="top: 70%; right:-50rpx; z-index:9999;">
  11. <slot wx:if="{{useSlot}}" />
  12. <image wx:elif='{{!alternative}}' style="width: 160rpx; height: 160rpx; transform: translate(-50%,-50%);" src='../../static/image/add.png' binderror='imageOnErr' data-title="新建线索" />
  13. <view wx:else class="circle-box">
  14. <view class="circle">
  15. +
  16. </view>
  17. </view>
  18. </view>