User feedback on applets and abnormal feedback on WeChat applets

Source: Internet
Author: User

User feedback for applets and abnormal feedback for applets

User feedback is a necessary function for developing small programs, but it has nothing to do with its core business. It is mainly for product operations to facilitate the collection of user feedback on products. HotApp releases user feedback components for your integrated use.

Source code:

Https://github.com/hotapp8/hotapp-fedback

 

(1) Zero-code access to user feedback
The interface is similar to the chat window and supports text feedback and image feedback. The page is fully open-source.

(2) view user feedback in the background

 

 

Access Process
1. onLaunch () in app. js to initialize hotapp

// Copyhotapp. js to your own project, access hotapp. jsvar hotapp = require ('utils/hotapp. js '); // initialize hotapp, use your hotappkey (registered address: https://weixin.hotapp.cn/api) hotapp. init ('hotapp2427615 ');

  

2. Introduce file code in your project
1. images file (images)
2. feeback page (page/feedbcak)
3. template page)
3. Button code

// Js, event processing function, jump to the feedback page bindViewTap: function () {wx. navigateTo ({url :'.. /feedback/Index '})}, // wxml <view class = "section" bindtap = "bindViewTap"> <view class = "button"> <text> Feedback System demonstration </text> </ text> </view>

To free programmers, the next time the product manager asks for user feedback, You can implement it quickly. Data can be viewed by the product and operation personnel.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.