1 line
822 B
Plaintext
1 line
822 B
Plaintext
<view class="foot-bar pad-zy20 border-box flex"><block wx:for="{{footBarList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['chooseFootTab',[index]]]]]}}" class="item flex" bindtap="__e"><view class="icon"><image style="{{'width:'+([37,38,42,36][index]+'rpx')+';'+('height:'+([38,37,37,36][index]+'rpx')+';')}}" src="{{index==current?item.cur:item.icon}}" mode="widthFix"></image></view><view class="txt font24" style="{{'color:'+(index==current?'#1c2588':'#666666')+';'}}">{{item.title}}</view></view></block><view class="customer-service radius100 border-box flex"><view class="icon radius100 flex"><image style="width:45rpx;height:38rpx;" src="/static/tabbar/wechat.png" mode="widthFix"></image><button class="contact-btn" open-type="contact"></button></view></view></view> |