子組件向父組件傳數(shù)據(jù) 子組件: <viewbindtap='ac'>{{checktag}}</view> ac(){ console.log(...
投稿
收錄了3篇文章 · 1人關(guān)注
子組件向父組件傳數(shù)據(jù) 子組件: <viewbindtap='ac'>{{checktag}}</view> ac(){ console.log(...
App({ onLaunch:function(options){ console.log("app.js---onLaunch---"+JSO...
官方文檔——框架(注冊(cè)頁(yè)面) Page()函數(shù)用來(lái)注冊(cè)一個(gè)頁(yè)面,所以說(shuō)必須要有,就算是空白的網(wǎng)頁(yè) 如下: data: data: { mot...