Giter Site home page Giter Site logo

ciker / hotapp-fedback Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hotapp8/hotapp-fedback

0.0 1.0 0.0 902 KB

HotApp小程序反馈系统组件- 开源UI,仿微信聊天窗口,零代码接入

Home Page: https://weixin.hotapp.cn

JavaScript 100.00%

hotapp-fedback's Introduction

HotApp小程序用户反馈组件

##目录

开始使用

1.在app.js里onLaunch()初始化hotapp

//copyhotapp.js到自己项目中,接入hotapp.js
var hotapp = require('utils/hotapp.js');

//初始化hotapp,使用自己的hotappkey(注册地址:https://weixin.hotapp.cn/api)
hotapp.init('hotapp2427615');

request合法域名: https://api.wechat.hotapp.cn

uploadFile合法域名: https://wxapi.hotapp.cn

2.在自己项目中引入文件代码

1.images文件(images)

2.feeback页面(page/feedbcak)

3.模板页面(template)

3.按钮代码


//js,事件处理函数,跳转到feedback页面
bindViewTap: function () {
    wx.navigateTo({
      url: '../feedback/index'
    })
},
//wxml
<view class="section" bindtap="bindViewTap">
    <view class="button">
      <text>反馈系统演示</text>
   <text>></text>
</view>

后台展示

你可以hotapp小程序统计后台查看反馈信息(注意关联好自己hotappkey)

image

功能展示

image image image image image image

更新日志

2016-12-27 更新日志

1 修复 在安卓机上面不能发送消息问题,input组件官方更新

2 修复 头像图片不能在安卓上显示,原因是图片出现了中文名

2016-12-28 更新日志

1 修复 反馈内容不能滚动问题,主要是scroll-view高度问题

2 修复 发送按钮不显示

3 修复 排版布局问题

关于我们

HotApp小程序统计:是第一个微信第三方小程序统计工具,包含实时统计小程序的日活,启动次数,以及留存等信息。同时支持自定义事件统计,小程序带参数二维码渠道统计功能正在邀请内测。https://weixin.hotapp.cn

免费云后台申请地址 https://weixin.hotapp.cn/cloud

API 文档地址:https://weixin.hotapp.cn/api

hotapp小程序技术讨论QQ群:173063969

hotapp-fedback's People

Contributors

htmlk avatar hotapp8 avatar

Watchers

 avatar

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.