- Notifications
You must be signed in to change notification settings - Fork0
MoeKit/seedit-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
使用该模块不需要手动让用户去登录,当调用afterAllLogin这类函数时会自动跳转让用户去登录。
提供功能:
- 检测是否是
疯狂造人或者怀孕社区或者微信 - 获取客户端
access_token - 获取客户端用户uid及其他信息
- 获取客户端版本
- 配置客户端分享文案
- 配置微信分享文案
- 快捷设置分享引导弹窗
- 提示升级客户端
- 淘宝URL:http://item.taobao.com/item.htm?id=xxxxxxxxxx
- 天猫URL:http://detail.tmall.com/item.htm?id=xxxxxxxxxx
- 95095医药:http://detail.yao.95095.com/item.htm?id=xxxxxxxxxx
- 淘宝移动端:http://h5.m.taobao.com/awp/core/detail.htm?id=xxxxxxxxx
- 天猫和医药移动端:http://detail.m.tmall.com/item.htm?id=xxxxxxxxx
afterAllLogin(callback)当登录成功后执行回调,可以将全部js逻辑放在回调里面,且不需要考虑未登录的情况。varseeditApp=require('seedit-app');seeditApp.afterAllLogin(function(){// 已经登录成功了,该干嘛就干嘛});
afterAppLogin(callback)当App登录成功后执行回调,和afterAllLogin不同的是这里不强制App外面的登录isApp()检查是否是疯狂造人或者怀孕社区isFkzr()检查是否是疯狂造人isBbs()检查是否是怀孕社区isWx()检查是否是微信checkVersion(version,tip)version为3位版本号,如4.2.0, tip 可选,默认为需要升级到最新版本才能购买商品。第3个参数在测试时设true可以直接显示,因为非疯狂造人是不会显示的,只是用于测试。
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors4
Uh oh!
There was an error while loading.Please reload this page.