hm-taro-request-card
v0.0.1
Published
毫末Taro毫末请求卡片组件。支持H5/小程序(微信、支付宝、头条、百度、QQ)/App;组件可自适应各种屏幕大小的手机。
Downloads
1
Maintainers
Readme
作者: 毫末科技
预览
更多毫末科技的Taro跨端模板,请见毫末科技Taro跨端模板
技术支持
毫末科技将长期迭代本组件。需要技术支持,请进钉钉群:
概述
毫末Taro毫末请求卡片组件。支持H5/小程序(微信、支付宝、头条、百度、QQ)/App;组件可自适应各种屏幕大小的手机。
使用
import Taro, { Component } from '@tarojs/taro'
import { View, Text, Button } from '@tarojs/components'
import HmRequestCard from '../src/components/hm/hm-request-card/index.jsx'
export default class Index extends Component {
componentWillMount () { }
componentDidMount () { }
componentWillUnmount () { }
componentDidShow () { }
componentDidHide () { }
config = {
navigationBarTitleText: '毫末Taro毫末请求卡片组件'
}
render () {
return (
<View className='index'>
<HmRequestCard/>
</View>
)
}
}
属性说明
| 属性名 | 类型 | 默认值 | 说明 | |----------- |---------|--------|----------------------------------------------------------------------------| | options | Object | - | 卡片属性 |
options对象各个属性说明如下:
| 属性名 | 类型 | 默认值 | 说明 | |----------- |---------|--------|----------------------------------------------------------------------------| | avator | String | - | 头像 | | name | String | - | 名字 | | address | String | - | 地址 | | agree | String | - | 同意文字 | | cancel | String | - | 取消文字 |
事件说明
| 事件称名 | 事件说明 | 返回参数 | |----------|--------------------|----------| | @click | 点击 Card 触发事件 | - |
更新日志
0.0.1(2020-03-07)
- 完成第一个版本