Code Monkey home page Code Monkey logo

planmaster's Introduction

套餐助手

手机套餐对比选购小程序

套餐助手是一个帮你在众多互联网套餐中选择最适合的套餐的小程序。

赞助商

立即体验

套餐助手小程序码

截图

开发使用说明

  1. 若未安装微信开发中者工具需先安装微信开发中者工具。
  2. Clone 项目,使用微信开发者工具新建项目,选择项目目录即可。

目录结构

.
├── app.js                        // 在 onLaunch 时做一些统计相关的工作
├── components
│   └── sponsor                   // 广告组件,每次 onShow 时显示下一个广告
├── pages
│   ├── ad                        // 广告的 webview,广告的打开类型为 webview 时跳到该页面
│   ├── changePlan                // 修改套餐页
│   ├── detail                    // 套餐详情页
│   ├── feedback                  // 反馈页面
│   ├── index                     // 首页,费用计算及套餐推荐,推荐套餐按费用升序排列
│   ├── newCard                   // 办理新卡的页面
│   └── webview                   // 一个通用的 webview,其他网页都跳到这个页面
├── static
│   └── images
└── utils
    └── util.js                   // 工具函数,计算套餐的函数放在这里

项目介绍

该小程序可以通过设置每月通话时间、流量等自动计算各种互联网套餐所需的费用并按照升序排列,从而帮助用户选择出最适合自己的套餐。

该小程序有很多特色,比如加了很多漂亮的广告,这些广告不仅简洁漂亮,还支持多种打开方式,如跳转到另一个小程序,打开一个网页,甚至往剪贴板中写入一些内容。

除此之外,得益于多态提供的表单功能,我们收集到了很多有用的用户反馈,从而帮助我们不断改进完善,也使得我们可以及时纠正套餐信息中存在的错误。

许可协议

套餐助手小程序以附加禁止竞业限制的 GPLv2 许可证开放源代码。

本项目的授权协议禁止您使用本项目源码来开发和发布与套餐助手业务相同或相近的小程序(手机套餐对比推荐)。

planmaster's People

Contributors

untsop avatar

Watchers

Qiu GuoQian 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.