一步步開發微信小程序(三)

遇到的問題總結:json

1.跳轉頁面報錯app

// 點擊了cellide

cellClick:function(e){this

var item = this.data.newsData[e.currentTarget.dataset.index];url

wx.navigateTo({orm

url: '../Detail/Detail?id='+item.stitleblog

})ip

},ci


 

首先檢查app.jsonget

 

 

再檢查一下在app.json中引入的文件中,該文件的js中有沒有實現Page({

});這個方法,若是沒有,添加上,就ok了

2.Now you can provide attr "wx:key" for a "wx:for" to improve performance.

 

 

解決方法,wx:for="{{resultClascial}}" wx:key="key" wx:for-index="idx"    加上wx:key="key"

相關文章
相關標籤/搜索