微信小程序用vant组件制作通讯录
效果图:

代码如下:
.wxml:

在这里插入<van-index-bar index-list="{{ indexList }}"><view><van-index-anchor index="省" use-slot="true">省级负责人</van-index-anchor><view class='user' wx:for='{{provList}}'wx:key='name'><image class='icon' src='{{item.photo}}'></image> <view class='text'>{{item.name}}</view></view></view><view><van-index-anchor  class='title' index="市" use-slot="true">市级负责人</van-index-anchor><view class='user' wx:for='{{cityList}}'wx:key='name'><image class='icon' src='{{item.photo}}'></image> <view class='text'>{{item.name}}</view></view></view><view><van-index-anchor index="区" use-slot="true">区级负责人</van-index-anchor><view class='user' wx:for='{{districtList}}'wx:key='name'><image class='icon' src='{{item.photo}}'></image> <view class='text'>{{item.name}}</view></view></view><view><van-index-anchor index="镇" use-slot="true" >镇级负责人</van-index-anchor><view class='user' wx:for='{{townList}}'wx:key='name'><image class='icon' src='{{item.photo}}'></image> <view class='text'>{{item.name}}</view></view></view><view><van-index-anchor index="村" use-slot="true">村级负责人</van-index-anchor><view class='user' wx:for='{{villageList}}'wx:key='name'><image class='icon' src='{{item.photo}}'></image> <view class='text'>{{item.name}}</view></view></view>
</van-index-bar>代码片

.js文件

 data: {indexList:["省","市","区","镇","村"],provList:[{ name:'李宏伟',photo:'/images/1.jpg'},{ name:'赵爱国',photo:'/images/2.jpg'}],cityList:[{ name:'钱必胜',photo:'/images/3.jpg'},{ name:'李美丽',photo:'/images/4.jpg'}],districtList:[{ name:'王爱丽',photo:'/images/5.jpg'},{ name:'李秀秀',photo:'/images/5.jpg'}],townList:[{ name:'马鑫',photo:'/images/6.jpg'},{ name:'赵明华',photo:'/images/7.jpg'}],villageList:[{ name:'赵小妹',photo:'/images/8.jpg'},{ name:'周庭',photo:'/images/9.jpg'},{name:"周国伟",photo:"/images/3.jpg"}],},

.wxss

.user{border-bottom: 2rpx gray solid;height:38px ;display: flex;
}
.icon{width: 35px;height: 35px;border-radius: 10px;flex:1;margin: 0px 18px;
}
.text{margin:0px;line-height:38px;flex: 8;
}

.json文件

 "usingComponents": {"van-index-bar": "/miniprogram_npm/@vant/weapp/index-bar/index","van-index-anchor": "/miniprogram_npm/@vant/weapp/index-anchor/index","van-cell":"/miniprogram_npm/@vant/weapp/cell/index"},//引入vant组件

微信小程序用vant组件制作通讯录相关推荐

  1. 微信小程序调用Vant组件库

    微信小程序调用Vant组件库 Vant Weapp 微信小程序引入Vant Weapp 调用Vant Weapp组件 Vant Weapp 轻量.可靠的小程序 UI 组件库 链接: vant开发指南. ...

  2. 微信小程序使用vant组件报错

    背景介绍:在一个月之前新建了一个微信小程序项目,新建一个项目参照了 微信小程序npm支持的步骤,构建了npm,官网地址如下: npm 支持 | 微信开放文档 之后分别在两台电脑上跑过,之前预览开发版代 ...

  3. 微信小程序引入Vant组件库

    前期准备 Vant Weapp组件库:https://youzan.github.io/vant-weapp/#/intro 1.先在微信开发者工具中打开项目的终端: 然后初始化一个package.j ...

  4. 【微信小程序】vant组件tab标签页标签栏大小自适应改变

    文章目录 前言 一.更改前 二.更改内容 1.js 2.wxss 三.更改后 前言 vant组件v1.9.2,tab组件样式都写为px,更改几处为rpx即可.其他子组件也可这样进行修改.但最好不要直接 ...

  5. 微信小程序引用Vant组件库message: 没有找到可以构建的 NPM 包,请确认需要参与构建的 npm 都在 `miniprogramRoot` 目录内...

    问题描述 message: 没有找到可以构建的 NPM 包,请确认需要参与构建的 npm 都在 `miniprogramRoot` 目录内,或配置 project.config.json 的 pack ...

  6. 微信小程序引用vant Weapp

    vant-weapp官网https://youzan.github.io/vant-weapp/#/quickstarthttps://youzan.github.io/vant-weapp/#/qu ...

  7. 微信小程序导入Vant Weapp组件库

    超详细!微信小程序导入Vant Weapp组件库 Vant Wepp组件库轻量.可靠,同时组件样式丰富美观,容易上手,我们可以引入该组件库来实现小程序的相关界面样式. Vant Weapp组件库官方文 ...

  8. 微信小程序用vant自定义tabbar页面并跳转相应页面

    0.前置安装 步骤一 安装 vant 组件库 npm i @vant/weapp -S --production 下载完后要npm构建才能使用 步骤二 修改 app.json 将 app.json 中 ...

  9. 微信小程序引用vant toast 提示 “未找到 van-toast 节点“

    微信小程序引用vant 的toast 出现如下报错 都是因为没有正确引入toast 组件 正确引入toast 组件需要在三个文件中设置 在 .wxml 文件的 view 内写入 <van-toa ...

最新文章

  1. android 按钮换行_Android LinearLayout实现自动换行
  2. Java中传参数--值传递和引用传递
  3. vue 去除路由时候的#
  4. 启用邮箱提示访问特权不够
  5. gin 优雅重启或停止
  6. reportInterruptAfterWait
  7. 全国计算机等级考试题库二级C操作题100套(第62套)
  8. 【HDOJ】【3037】Saving Beans
  9. [2018湖南省队集训] 6.28 T3 simulate
  10. c语言按照姓名查询员工信息,输入10个职工信息,按号码大小排序,再使用查找函数找职工的姓…...
  11. 征服 Ajax 应用程序的安全威胁
  12. Duplicate entry ‘‘ for key ‘***‘
  13. 使用requests库发起gbk编码的get请求
  14. 中文手册_Etherscan API中文手册
  15. Python可视化库Matplotlib的使用
  16. 启动SQL Server 时自动执行存储过程
  17. Java面试题 - 数据结构与算法
  18. 利用QT写的局域网聊天工具(客户端)
  19. openssl 加盐_nodejs-md5加盐到解密比对
  20. 群晖5.2php核心设置_只需四步, 黑群晖5.2 NAS 最简明搭建教程

热门文章

  1. uv|vv|pv|dau|dvv|qps背后の网站指标
  2. uniapp图片放大缩小预览,并支持图片拖动附效果图
  3. C# winform窗体如何设置才可以不能随意拖动大小
  4. ENC数据解密(续1)
  5. 如何实现数组深拷贝和浅拷贝?
  6. 32/64位平台下char、short、int、long、指针等类型分别占多少字节
  7. VSTS for Database Professionals Sql Server Data-tier Application
  8. 20190722-deeplearning-note
  9. 区块链民生应用两三例——趣链谈让技术有温度
  10. MySQL数据库 - 函数(不含聚合函数)的使用