微信小程序> 小程序中使用template模板总结-小程序模板的使用-小程序模板代码

小程序中使用template模板总结-小程序模板的使用-小程序模板代码

浏览量:2491 时间: 来源:linda`li
1.

小程序的使用模板具体使用的方法可以参考一下这篇,这篇文章写的挺详细的也很不错

2.

https://www.jianshu.com/p/cfca91e9a78b

3.

下面来说说具体踩的坑

4.

1.index.html页面中引入组件中的template模板,shareData是index.js中data里的数据

importsrc"/components/template/template.wxml"/templateis"templateEnter"data"{{shareData}}"/5.

2.template组件的wxml页面(tips:template标签中是不能写wx:for循环的这样子页面会变空白但是控制台不会报错)

templatename"templateEnter"blockwx:for"{{shareData}}"wx:key"{{index}}"bannerPicwx:if"{{item.type1}}"attr"{{item.attributeJson}}"/bannerPic/block/template6.

3.引入bannerPic组件

7.

index.json中(tips:要再正在引入template的页面中引用bannerPic组件否则无效)

{"usingComponents":{"bannerPic":"/components/banner/banner"}}8.

4.index页面中可以直接这样子写(tips:把模板单独放在组件中是因为方便其天自定义页面引用时的方便)

templateis"templateEnter"data"{{shareData}}"/templatename"templateEnter"blockwx:for"{{shareData}}"wx:key"{{index}}"bannerPicwx:if"{{item.type1}}"attr"{{item.attributeJson}}"/bannerPic/block/template

版权声明

即速应用倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请提供版权疑问、身份证明、版权证明、联系方式等发邮件至197452366@qq.com ,我们将及时处理。本站文章仅作分享交流用途,作者观点不等同于即速应用观点。用户与作者的任何交易与本站无关,请知悉。

产品经理

手机 : 13312967497

擅长 : 小程序流量变现

扫码领取礼包

最新资讯

热门模板

  • 头条
  • 搜狐
  • 微博
  • 百家
  • 一点资讯
  • 知乎