Package Assistant is a small program that helps you choose the most suitable package among many Internet packages.
.
├── app.js // 在 onLaunch 时做一些统计相关的工作
├── components
│ └── sponsor // 广告组件,每次 onShow 时显示下一个广告
├── pages
│ ├── ad // 广告的 webview,广告的打开类型为 webview 时跳到该页面
│ ├── changePlan // 修改套餐页
│ ├── detail // 套餐详情页
│ ├── feedback // 反馈页面
│ ├── index // 首页,费用计算及套餐推荐,推荐套餐按费用升序排列
│ ├── newCard // 办理新卡的页面
│ └── webview // 一个通用的 webview,其他网页都跳到这个页面
├── static
│ └── images
└── utils
└── util.js // 工具函数,计算套餐的函数放在这里
This applet can automatically calculate the fees required for various Internet packages by setting monthly call time, traffic, etc. and arrange them in ascending order, thereby helping users choose the package that best suits them.
This mini program has many features, such as adding a lot of beautiful advertisements. These advertisements are not only simple and beautiful, but also support a variety of opening methods, such as jumping to another mini program, opening a web page, and even writing some content to the clipboard. .
In addition, thanks to the form function provided by Polymorphism, we have collected a lot of useful user feedback, which helps us to continuously improve and improve, and also allows us to correct errors in the package information in a timely manner.
The package assistant applet is open source under the GPLv2 license with additional non-compete restrictions.
The license agreement of this project prohibits you from using the source code of this project to develop and publish small programs that are the same or similar to the package assistant business (recommended for comparison of mobile phone packages).