微信小程序全局变量
1. 全局变量的设置 在miniprogram > app.js 文件中设置,globalData对象就是存储全局变量的。 App(…
legend:{ //默认横向布局,纵向布局值为'vertical' &…
uni-page-body,html,body{ height: 100%; }
-moz-user-select:none; -webkit-user-select:none; …
animation:showbody 5s forwards;
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=…
window.onresize = function () { myChart.resize(); }
window.parent.fun1();