抖音小程序按照微信小程序的模式去寫,列表可以輸出信息,內(nèi)容也不輸出內(nèi)容。請問問題出哪里了。有沒有抖音小程序的調(diào)用說明,對于小白有個(gè)參考。謝謝
內(nèi)容js
網(wǎng)頁內(nèi)容
<view class="view-postion">
<view class="news-title">
{{content.title}}
<view>
<text class="news-ctime">{{content.inputtime}}</text>
<text class="news-local">{{content.cat.name}}</text>
<text class="news-count">瀏覽{{content.hits}}次</text>
</view>
</view>
</view>
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!