tabbar AI 图标修改

This commit is contained in:
FengHui
2026-02-04 10:49:25 +08:00
parent 5f85f6cd2a
commit 2a5d15b770
4 changed files with 92 additions and 20 deletions

View File

@@ -34,6 +34,15 @@
{{ companyInfo.isVerified ? '已通过' : '未认证' }}
</view>
</view>
<view class="service-item btn-feel" @click="goToMessage">
<view class="service-left">
<uni-icons type="chat" size="20" color="#256BFA"></uni-icons>
<text class="service-text">消息</text>
</view>
<view class="service-status">
<uni-icons type="right" size="14" color="#909090"></uni-icons>
</view>
</view>
<view class="service-item btn-feel">
<view class="service-left">
<uni-icons type="notification" size="20" color="#256BFA"></uni-icons>
@@ -83,6 +92,11 @@ function goToCompanyInfo() {
navTo('/pages/mine/company-info');
}
// 跳转到消息页面
function goToMessage() {
navTo('/pages/msglog/msglog');
}
function logOut() {
popup.value.open();
}

View File

@@ -96,6 +96,15 @@
<uni-icons color="#909090" type="right" size="14"></uni-icons>
</view>
</view>
<view class="main-row btn-feel" @click="goToMessage()">
<view class="row-left">
<image class="left-img" src="@/static/tabbar/chat4.png"></image>
<text class="left-text">消息</text>
</view>
<view class="row-right">
<uni-icons color="#909090" type="right" size="14"></uni-icons>
</view>
</view>
<view class="main-row btn-feel">
<view class="row-left">
<image class="left-img" src="@/static/icon/server4.png"></image>
@@ -218,6 +227,11 @@ function goCaAI(){
navTo(`/packageCa/search/AIAudition?name=${userInfo.name}&userId=${userInfo.idCard}`);
}
// 跳转到消息页面
function goToMessage(){
navTo('/pages/msglog/msglog');
}
</script>
<style lang="stylus" scoped>