Giter Site home page Giter Site logo

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');

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>

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

image

功能展示

image image image image image image

4.关于我们

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

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

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

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

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.