template模板(類似于react.js中的組件)作用
創(chuàng)建公共模板,供多個(gè)頁(yè)面使用
1.體現(xiàn)了數(shù)據(jù)與視圖分離的思想
(數(shù)據(jù)-->posts-data.js)
(視圖[模板]-->posts-item.js)
(結(jié)合展示-->posts.wxml)
2.多用于模板與css
posts-item-template.wxml
posts-item-template.wxml

當(dāng)前項(xiàng)目結(jié)構(gòu)