好友申请列表/好友搜索列表/个人中心复制区块链

This commit is contained in:
2022-01-25 15:13:31 +08:00
parent d95d24540f
commit 530f1507f4
3 changed files with 17 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<!--
* @Description:新朋友即新增好友申请列表 可以搜索跳转
* @Description:搜索新朋友页面
* @Author: Aimee·Zhang
* @Date: 2022-01-24 10:49:15
* @LastEditors: Aimee·Zhang
@@ -20,6 +20,7 @@
@search="search"
inputAlign="center"
bgColor="#f9f9f9"
:focus="focused"
/>
</view>
</u-sticky>
@@ -41,7 +42,8 @@ export default {
data() {
return {
searchResult: [],
searchValue: ''
searchValue: '',
focused:true
};
},
methods: {