成都SKPAR小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

16 lines
814 B

<view class="tabs-wrapper">
<view class="tabs">
<view class="tab" wx:for="{{tabs}}" wx:key="*this" id="{{index}}" bindtap="handleTap">
<view class="btn {{index===tab?'active':''}}">{{item}}</view>
</view>
</view>
<view wx:if="{{tab!==2}}" class="progress"></view>
<view wx:if="{{tab!==2}}" class="bar" style="width: calc((100vw - 56px) * {{progressNum}})"></view>
<view wx:if="{{tab!==2}}" class="bubble" style="left: calc((100vw - 56px) * {{progressNum}} + 20px)">{{progressText}}</view>
</view>
<image wx:if="{{showWarning}}" src="./warning.png" class="warning {{tab===0?'high':''}}">
</image>
<image src="./relocate.png" class="relocate {{tab===0?'high':''}}" bindtap="handleRelocate">
</image>
<image src="./tomap.png" class="tomap {{tab===0?'high':''}}" bindtap="handleToMap">
</image>