9 lines
490 B
Plaintext
9 lines
490 B
Plaintext
<view class="foot-fixed">
|
|
<block wx:for="{{nav_list}}" wx:key="unique">
|
|
<!-- <view>{{item.photo}}</view> -->
|
|
<view id="navIndex" bind:tap="jump" data-idx="{{index}}" data-url="{{item.url}}" style="width:{{foot_width}}" class="foot-item">
|
|
<view class="foot-icon" style="background: url({{item.photo}}) center center no-repeat; background-size: contain;"></view>
|
|
<text class="foot-label" id="navIndexLabel">{{item.nav_name}}</text>
|
|
</view>
|
|
</block>
|
|
</view> |