子組件向父組件傳數據 子組件: <viewbindtap='ac'>{{checktag}}</view> ac(){ console.log(...

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