wxa-module-exhibits
v1.0.0
Published
小程序展览模块:
Downloads
3
Readme
wxa-module-exhibits
小程序展览模块:
- 代码结构有待优化
commentData 属性
属性名称|类型|默认|必填|说明 ---|---|---|---|--- isBindLogin|boolean||是|绑定授权 commpantIsShow|boolean||是|评论功能是否显示 hideTwo|boolean||是|二级评论是否显示 commpantAll|Array||是|所有评论 inputShowed|boolean||是|默认不获取焦点
使用方法
- 安装依赖:
npm i wxa-module-exhibits
- page.json 中添加配置
{
"usingComponents": {
"comment": "wxa-module-exhibits"
}
}
- index.wxml 中添加组件
<comment placeholder="" comment-data="[]" bottom="0" commpantAll='{{commpantAll}}' usercontent='{{usercontent}}' objectid='{{objectid}}' wx:if="{{list}}"></comment>
组件说明---目前属性说明未全部描述
反馈建议
E-mail: [email protected]