|
|
@@ -3,17 +3,17 @@
|
|
|
<view class="tab-item" @click="onTabClick(0)">
|
|
|
<!-- <uni-icons type="home" size="20" color="#666"></uni-icons> -->
|
|
|
<image src="/static/icons/remixicon/home-3-line.svg" class="icon" mode="widthFix" />
|
|
|
- <text class="tab-text">慢病首页</text>
|
|
|
+ <text class="tab-text">首页</text>
|
|
|
</view>
|
|
|
<view class="tab-item" @click="onTabClick(1)">
|
|
|
<image src="/static/icons/remixicon/line-chart-line.svg" class="icon" mode="widthFix" />
|
|
|
<!-- <uni-icons type="bars" size="20" color="#666"></uni-icons> -->
|
|
|
- <text class="tab-text">健康数据</text>
|
|
|
+ <text class="tab-text">健康</text>
|
|
|
</view>
|
|
|
<view class="tab-item" @click="onTabClick(2)">
|
|
|
<image src="/static/icons/remixicon/account-circle-line.svg" class="icon" mode="widthFix" />
|
|
|
<!-- <uni-icons type="person" size="20" color="#666"></uni-icons> -->
|
|
|
- <text class="tab-text">个人中心</text>
|
|
|
+ <text class="tab-text">用户</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|