自定义组件:对一些内容进行组件用起来比较方便。
文章图片
一、weui-input.wxml
{{label}}
二、weui-input.json
{
"component":true,
"usingComponents":{}
}
三、weui-input.js
Component({
properties: {
label: {
type: 'string',
value: '标签',
},
type: {
type: 'string',
value: 'string',
},
inputName: {
type: 'string',
value: 'name',
},
placeholder: {
type: 'string',
value: '请输入',
},
icon: {
type: 'string',
value: 'clear',
},
formtype:{
type:'string',
value:'submit',
},
bindsubmit:{
type:'string',
value:'formSubmit',
},
},})
【微信小程序自定义组件】调用组件在调用的项目中的json文件中写上
{
"usingComponents":{
"weui-input":"../component/weui-input"
}
}
推荐阅读
- 白皮书|阿拉丁指数丨《2021 年度小程序互联网发展白皮书》4.5 亿+DAU 小程序的 6 大发展趋势
- python|【python】微信朋友圈数据分析及可视化(爬虫+数据挖掘)
- 工具类|javabean、xml、json、map之间的相互转换
- Other|悬浮窗一个怎么够(微信新版本满足你的一心多用)