请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Cannot create property '0' on string ''

onLoad:function(option){

var postId=option.id;

this.data.currentPostId=postId

var postData=postsData.postList[postId];

this.setData({

detail_key:postData,

})


var postsCollected=wx.getStorage("posts_Colleted")

if(postsCollected){

var postCollected=posts_Collected[postId]

this.setData({

collected:postCollected

})

}


else {

var postsCollected={}

postsCollected[postId]=false

wx.setStorageSync("posts_Colleted", postsCollected)

}

},


onCollectionTap:function (event) {

var postsCollected=wx.getStorageSync("posts_Collected");

var postCollected = postsCollected[this.data.currentPostId];

postCollected=!postCollected;

postsCollected[this.data.currentPostId]=postCollected;

wx.setStorageSync("posts_Collected", postsCollected);

this.setData({

collected:postCollected

})



}


正在回答 回答被采纳积分+3

2回答

慕姐2677449 2019-12-04 15:56:18

我也遇到了这个问题,这个究竟是为什么?

0 回复 有任何疑惑可以回复我~
提问者 慕神4919395 2017-11-24 00:51:14

已经解决,请忽略

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信