tp模板传参取参
传参 return $this->fetch('hello',['name'=>'thinkphp']); 取参 Name:{$name}
: { : , :}
1. 全局变量的设置 在miniprogram > app.js 文件中设置,globalData对象就是存储全局变量的。 App({ globalData: { hasLogin: false,…
legend:{ //默认横向布局,纵向布局值为'vertical' orient:'horizontal' }
uni-page-body,html,body{ height: 100%; }
-moz-user-select:none; -webkit-user-select:none; user-select:none;