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.
13 lines
384 B
13 lines
384 B
|
4 years ago
|
<!--pages/old/index.wxml-->
|
||
|
|
<view style="height:175rpx"></view>
|
||
|
|
<view class="bottom com-flex">
|
||
|
|
<view class="bottom-item active">
|
||
|
|
<image src="/images/homeSel.png" mode="widthFix"></image>
|
||
|
|
<view>首页</view>
|
||
|
|
</view>
|
||
|
|
<navigator url="user/index" class="bottom-item">
|
||
|
|
<image src="/images/user.png" mode="widthFix"></image>
|
||
|
|
<view>我的</view>
|
||
|
|
</navigator>
|
||
|
|
</view>
|