this.initPostList(res);这里是笔误还是什么特殊用法?
来源:18-1 将业务中的数据分离到单独的数据文件中
runzx
2017-09-23
在书里代码这里的initPostList()是什么用法?
getAllPostData(){
...
if(!res){
res=require('../data/data.js').postList;
this.initPostList(res);
...
系统报错如下:
this.initPostList is not a function;at pages/post/post-detail/post-detail page lifeCycleMethod onLoad function
TypeError: this.initPostList is not a function
at DBPost.getAllPostData (http://1520663634.appservice.open.weixin.qq.com/db/DBPost.js:76:22)
at DBPost.getPostItemById (http://1520663634.appservice.open.weixin.qq.com/db/DBPost.js:27:34)
at e.onLoad (
。。。
3回答
-
runzx
提问者
2017-09-24
按前面代码来看, 是不是应为 :
this.execSetStorageSync(res);
00 -
runzx
提问者
2017-09-24
我又从https://pan.baidu.com/s/1cxQXie下了OrangeCan,里面没找到initPostList()方法, 是不是版本搞乱了?
012017-09-24 -
7七月
2017-09-23
没有定义initPostList这个方法吗?我看源代码里是有的,你看下源代码。
00
相似问题