Coder Social home page Coder Social logo

qq-comments's Introduction

qq-comments

功能已开发完成,有兴趣的同学可以看下demo的代码。demo地址:https://supervergil.github.io/qq-comments/

静态方法

静态方法 方法说明
QQComment.onClickPost 点击发布文章
QQComment.onClickLoadMore 点击加载更多按钮
QQComment.onClickRemove 点击删除按钮
QQComment.onClickLogout 点击注销按钮

实例方法

实例方法 方法说明 传入参数
QQComment.prototype.addComments 添加评论 [{id:"评论id",user:{open_id:"用户openid",name:"用户昵称",avatar:"用户头像链接",admin:true//是否为当前登录用户的评论},created_date:"创建日期",content:"评论内容"}]
QQComment.prototype.hideLoadMore 隐藏加载按钮
QQComment.prototype.showLoadMore 显示加载按钮
QQComment.prototype.showLoadMoreLoading 显示加载按钮的loading
QQComment.prototype.hideLoadMoreLoading 隐藏加载按钮的loading
QQComment.prototype.clearCommentList 清空评论列表
QQComment.prototype.isPosting 是否正在发送评论
QQComment.prototype.getCommentContent 获取评论内容
QQComment.prototype.clearCommentContent 清空评论框内容
QQComment.prototype.showCommentLoading 显示评论按钮的loading
QQComment.prototype.hideCommentLoading 隐藏评论按钮的loading

初始化

var qqComment = new QQComment("whole-container", {
    appId: "你的appId",
    redirectURI: "qq登录回调页面",
    userInfo: {
        avatar: "头像路径",
        nick_name: "账号昵称"
    },
    openId: "授权登录后的openid",
    token: "令牌"
});

使用方法

具体请参考index.html

qq-comments's People

Contributors

supervergil avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

yashika

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.