11
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user