微信小程序底部导航栏-tabBar
Posted onapp.json 文件 “tabBar”: { “list”: [ { “pagePath”: “pages/ […]
app.json 文件 “tabBar”: { “list”: [ { “pagePath”: “pages/ […]
app.js全局数据中添加header globalData: { userInfo: null, heade […]
宽度 高度 DRP 指的是什么? 宽度、高度指的是逻辑像素, DRP指的是device pixel ratio […]
<button size=’mini’ disabled='{{disabled}}’>按钮1&l […]
小程序不是直接操作CSS, 而是通过页面变量. <view class='{{alei}}’ bindt […]
Q: 如果设置微信小程序背景图片? A: 使用base64编码 更多
设置button无边框且为直角 button { border-radius: 0px;//直角 } butt […]
索引页制作要点 – 设置父页数据 – 模糊搜索关键字 – 数据重组  […]
使用接口获取手机号码接口 -> 微信小程序API-getPhoneNumber 错误描述: 返回的json I […]
需要将 button 组件 open-type 的值设置为 getPhoneNumber,当用户点击并同意之后 […]