随笔分类 -  微信小程序

摘要:pages 路由 tabbar 底部导航栏 list text 名称 pagePath 路由 (必须在路由中声明) iconPath 导航图标 selectedIconPath 选中样式 badge 右上角显示提示 阅读全文
posted @ 2021-07-06 14:27 why_set 阅读(69) 评论(0) 推荐(0)
摘要:两种方式 第一种 下载安装npm (繁琐) npm init npm install --production npm i vant-weapp -S --production 构建npm 第二种 引用扩展方式 (快捷,不占用包体积) json中 "useExtendedLib": { "kbone 阅读全文
posted @ 2021-07-06 11:42 why_set 阅读(88) 评论(0) 推荐(0)
摘要:function curl_post_weixin($url,$content){ $curl = curl_init(); $headerArray =array("Content-type:application/json;charset='utf-8'","Accept:application 阅读全文
posted @ 2021-06-10 10:30 why_set 阅读(623) 评论(0) 推荐(0)
摘要:get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" 阅读全文
posted @ 2021-05-10 17:09 why_set 阅读(339) 评论(0) 推荐(0)
摘要:页面底部输入框默认隐藏 js单击修改输入框隐藏为false,延时修改键盘focus 隐藏输入框 hidden为true settimeout(()=>{}) 注:输入框显示和键盘弹起会有一定延迟,一起修改会照成输入框显示键盘不会弹起,步骤:先显示输入框,后延时修改focus 阅读全文
posted @ 2021-04-29 11:24 why_set 阅读(117) 评论(0) 推荐(0)
摘要:wx.onKeyboardHeightChange(res => {}) 监控键盘高度变化 e.currentTarget.dataset.id 当前组件属性值 阅读全文
posted @ 2021-04-29 10:10 why_set 阅读(30) 评论(0) 推荐(0)
摘要:json配置 "disableScroll": true 禁止页面滚动 阅读全文
posted @ 2021-04-29 10:08 why_set 阅读(43) 评论(0) 推荐(0)