项目介绍文件
一、本地存储数据
1.uni.getStorageSync("openid") //openid
2.uni.getStorageSync("token") //token
3.uni.getStorageSync("createUserId") //当前用户的id
4.uni.getStorageSync("userId") //平台id
5.uni.getStorageSync("alipayQrCode") //支付宝参数码
6.uni.getStorageSync("enterOptions") //进入项目参数
//VLOG相册
7.uni.getStorageSync("productVo") //选择的产品信息
8.uni.getStorageSync("coverInside") //选择的封面
9.uni.getStorageSync("imgList") //上传的图片
10.uni.getStorageSync("checkList") //选中的图片下标
11.uni.getStorageSync("sortImglist") //排序后的图片
-
zhoucong authoredc86001dc