somequestion
nicefafa opened this issue · 1 comments
nicefafa commented
你好,冒昧打扰了。我没做过小程序,最近在学习你的源码,有些地方看不太懂。
/pages/index/index 的js文件中 PreInfo: {}为对象
cookie: that.data.PreInfo.cookie 也没有见你存储在wx缓存里面 这个是不用缓存吗?
Airmole commented
你好,冒昧打扰了。我没做过小程序,最近在学习你的源码,有些地方看不太懂。
/pages/index/index 的js文件中 PreInfo: {}为对象
cookie: that.data.PreInfo.cookie 也没有见你存储在wx缓存里面 这个是不用缓存吗?
这个cookie其实是php后端获取到教务系统给的cookie,在模拟登录教务系统的时候需要在表单中一起提交这个cookie的值,这个cookie值每次都是不一样的,因此并不需要存储到用户的本地设备上。