1.0.0 • Published 5 years ago

wxa-module-exhibits v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

wxa-module-exhibits

小程序展览模块:

  • 代码结构有待优化

commentData 属性

属性名称类型默认必填说明
isBindLoginboolean绑定授权
commpantIsShowboolean评论功能是否显示
hideTwoboolean二级评论是否显示
commpantAllArray所有评论
inputShowedboolean默认不获取焦点

使用方法

  • 安装依赖:
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: m17625375207@163.com

@ EternalZh

MIT License