更新记录
1.0.1(2020-04-10) 下载此版本
1.0.1 修复页面可以滑动的bug
1.0.0(2020-04-10) 下载此版本
1.0.0:将vue组件改装成uni-app的形式
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
- | - | - | - | √ | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
bm-vlogin
介绍
基于vue的移动端登录组件。
包含:普通登录页面,手机登录页面和国际区号选择页面
特性
使用
配置:
参数 | 类型 | 默认值 | 备注 |
---|---|---|---|
baseConfig | Object |
forgetPwd_register_protocol: true, forgetPassword:true, register:true, protocol:true, rememberPassword:true, quickLogin:true, otherLoginWays: true |
根据需要选择 相关内容, 需要用true, 不需要用false |
iconsBase64 | Object |
username_icon username_blur username_active password_icon password_active password_hidden password_visiable |
修改默认图标 (包括用户和密码图标, 默认图标采用base64格式) |
配置:
参数 | 类型 | 默认值 | 备注 |
---|---|---|---|
baseConfig | Object |
accountLogin:true, changedPhone: true, protocol: true, otherLoginWays: true, code_length:'4' |
根据需要选择 相关内容,需要用true, 不需要用false code_length为默认验证码位数 |
配置:
参数 | 类型 | 默认值 | 备注 |
---|---|---|---|
baseConfig | Object |
finish_btn_value:'完成' |
自定义按钮文字 |
iconsBase64 | Object |
password_icon1 password_icon2 password_blur password_active |
修改默认图标, 默认图标采用base64格式) |