您當前位置>首頁 » 新聞資(zī)訊 » 小程序相關(guān) >
抖音小程序基礎之 template模版渲染界面(教程含源碼)
發表時間:2020-10-19
發布人:葵宇科技
浏覽次數:63
抖音小程序基礎之 template模版渲染界面(教程含源碼)
模闆
<!--ttml-->
<template name="msgItem">
<view>
<text> {{index}}: {{msg}} </text>
<text> Time: {{time}} </text>
</view>
</template>
<template is="msgItem" data="{{...item}}" />
// page.js
Page({
data: {
item: {
index: 0,
msg: "this is a template",
time: "2020-06-01",
},
},
});
系列文(wén)章
- 《原創 抖音小程序開發教程之 01 構建開發環境(教程含源碼)》
未經授權禁止轉載
更多技術(shù)交流請加入QQ群
群名稱:抖音小程序開發
群 号:491016707