iotAR小程序
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.
 

11 lines
389 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>
<image src="./relocate.png" class="relocate" bindtap="handleRelocate">
</image>
<image src="./tomap.png" class="tomap" bindtap="handleToMap">
</image>