1.0.0 • Published 5 years ago

xcodes-modules-online v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

目录结构

common: 用来存放一些通用的方法 components: 通用组件 config: 常用配置、一些常量配置等 pages: 商城页面 service: 请求服务端,按模块划分

##组件 #Touchable: 新增Touchable组件,引入了fastclick,解决原生点击事件300ms延迟问题

##本地存储 #storage.js 采用localstorage缓存,有setItem, getItem, removeItem等方法

##风控信息 #riskInfo.js 获取用户位置信息,设备信息等

##打开页面 #openWebView 封装APP及H5下打开页面的方法