This commit is contained in:
cansnow
2025-12-08 02:29:46 +08:00
parent 69a61178e1
commit 22ee59cd3d
17 changed files with 895 additions and 244 deletions
+6 -5
View File
@@ -9,7 +9,7 @@
backgroundColor="transparent"
>
</uni-nav-bar>
<SearchbarPlace>搜索</SearchbarPlace>
<SearchbarPlace @click="toSearch">搜索</SearchbarPlace>
</view>
<uni-list class="contact_menus">
<uni-list-item title="新的好友" :showBadge="storeUnHandleFriendApplicationNum>0" :badgeText="storeUnHandleFriendApplicationNum+''" badgeType="error" thumbSize="lg" to="/pages/contact/applicationList/index?applicationType=NewFriend" thumb="/static/images/contact_new_friend.png"></uni-list-item>
@@ -57,10 +57,11 @@
},
methods: {
...mapActions('contact',['getFriendList']),
clear(){},
cancel(){},
input(){},
search() {},
toSearch(){
uni.navigateTo({
url:"/pages/common/search/index?type=friend"
})
},
contactAddClick() {
uni.navigateTo({
url: "/pages/contact/contactAdd/index",