- 博客(7)
- 收藏
- 关注
原创 小程序 自适应rpx
wx.getSystemInfo({ success:function (res) { console.log(res.windowHeight) // 获取可使用窗口高度 let windowHeight = (res.windowHeight * (750 / res.windowWidth)); //将高度乘以换算后的该设备的rpx与px的比例 console.l...
2019-04-13 11:40:45 322
原创 微信JS接口
引入jsscript src="jweixin-1.0.0.js"></script>在需要调用js接口的页面引入js文件(支持https):http://res.wx.qq.com/open/js/jweixin-1.0.0.js通过config接口注入权限验证配置wx.config({//开启调试模式,调用的所有api的返回值在客户端alert出来,若需要看参数 可在pc端...
2018-06-04 11:35:50 854
原创 mui toast自定义样式
css中重写此样式:.mui-toast-container { bottom: 25% !important;/*离布局底部的距离*/ }.mui-toast-message { background: url(../img/indicator_input_error.png) no-repeat center 10px #000; /*toast的背景图片*/ ...
2018-06-04 10:57:15 1635
原创 官网下的 demoMUI,a链接失效和点击事件失效
可以监听tap事件,然后执行document.location.href=this.href;跳转// 监听tap事件,解决 a标签 不能跳转页面问题mui('body').on('tap','a',function(){document.location.href=this.href;});可以监听tap事件,然后执行点击事件// 监听tap事件,解决 a标签 不能跳转页面问题mui(...
2018-06-04 10:54:09 1484 1
原创 layui 流加载
第一步引入js文件<link href="{:C('LAYUI2')}css/layui.css?version={:C('VERSION')}" rel="stylesheet" type="text/css" /><script type="text/javascript" src="{:C('LAYUI2')}layui.all.js?version={:C('VERSI
2018-06-04 10:11:40 3294
原创 点击的时候直接跳转到 微信界面
页面布局<div class="fl" style="width:80%; text-align:left; line-height:25px;"> <div class="center" style="color:#FFF; font-size:14px;"> 微信号 <b style="color:#f5cc26;fon
2018-06-04 10:03:06 31513 5
原创 轻量级的实现复制文本到剪贴板功能的 js
第一步引入js 文件<script src="./clipboard.min.js?v={:C('VERSION')}"></script> 第二步布局<div class="yqm"> 我的邀请码: /*要复制的内容*/ <span class="span2" style="margin-left: 1%;"&
2018-06-04 09:41:24 1394
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人