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.
1 lines
1.9 KiB
1 lines
1.9 KiB
<block wx:if="{{!!TabBarsData}}"><view class="data-v-4ffc8988"><view class="diy-tabbar data-v-4ffc8988" style="{{'background:'+(TabBarsData?TabBarsData.style.bgcolor:'#ffffff')+';'+('padding-bottom:'+(isPadding?'20px':'')+';')}}"><block wx:for="{{TabBarsData.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['onTabItem',['$0','$1',index],[[['TabBarsData.data','',index,'linkurl']],[['TabBarsData.data','',index,'name']]]]]]]}}" class="tabbar-item data-v-4ffc8988" bindtap="__e"><block wx:if="{{TabBarsData.params.navstyle==='1'}}"><view class="data-v-4ffc8988"><image class="image data-v-4ffc8988" src="{{item.imgurl}}"></image></view></block><block wx:if="{{TabBarsData.params.navstyle==='0'}}"><view class="data-v-4ffc8988"><block wx:if="{{item.page_path=='pages/subPages2/homemaking/postDemand/postDemand'}}"><view class="tabbar-sever data-v-4ffc8988"><image class="tabbar-severImg data-v-4ffc8988" src="{{imgfixUrls+'homemakingImg/enterCheck.png'}}" mode></image></view></block><block wx:else><view class="data-v-4ffc8988"><view class="{{['iconfont','tabbar-item-icon','data-v-4ffc8988',item.iconclass]}}" style="{{(current===index?'color:'+TabBarsData.style.iconcoloron:'color:'+TabBarsData.style.iconcolor)}}"></view><view class="f-24 data-v-4ffc8988" style="{{(current===index?'color:'+TabBarsData.style.textcoloron:'color:'+TabBarsData.style.textcolor)}}">{{item.text}}</view></view></block></view></block><block wx:if="{{TabBarsData.params.navstyle==='2'}}"><view class="navstyle-3-item data-v-4ffc8988"><view class="navstyle-image data-v-4ffc8988" style="{{'background-image:'+(current===index?'url('+item.select_img+')':'url('+item.default_img+')')+';'}}"></view><view class="f-24 t-c data-v-4ffc8988" style="{{(current===index?'color:'+TabBarsData.style.textcoloron:'color:'+TabBarsData.style.textcolor)}}">{{item.text}}</view></view></block></view></block></view></view></block>
|