上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 69 下一页
function windowClose(){//关闭浏览器窗口 if (navigator.userAgent.indexOf("Firefox") != -1 || navigator.userAgent.indexOf("Chrome") !=-1) { window.location.hre Read More
posted @ 2020-02-27 19:51 古墩古墩 Views(248) Comments(0) Diggs(0) Edit
self.$router.push({name:'login',params:{ordermark:ordermark,lang:lang}}); window.location.reload(); 。 Read More
posted @ 2020-02-26 18:40 古墩古墩 Views(13716) Comments(0) Diggs(1) Edit
<template> <div class="groupRegisterBox"> <!-- 内容 --> <div class="container"> <!-- eui --> <div class="row"> <div class="col col-xs-12 col-sm-8 col-sm Read More
posted @ 2020-02-25 22:56 古墩古墩 Views(2756) Comments(0) Diggs(0) Edit
<template> <div> <div id="slide_unloack_wraper"> <canvas width="310" height="155" id="slide_unloack_wraper1"></canvas> <div id="slide_unloack_inner"> Read More
posted @ 2020-02-25 01:38 古墩古墩 Views(1170) Comments(0) Diggs(0) Edit
几天有需求做滑动解锁,想来点新鲜的,于是想挑战一下,cavas做图片滑动解锁; 原文链接:https://www.jb51.net/article/137129.htm 我们想实现这样的效果: 首先随便找一张图片渲染到canvas上,这里#canvas作为画布,#block作为裁剪出来的小滑块。 < Read More
posted @ 2020-02-24 22:43 古墩古墩 Views(698) Comments(0) Diggs(0) Edit
coderwhy老师的github仓库:https://github.com/codeingLiu/minimall 首先将项目结构搭起来 先将tabbar的页面创建出来, 再配置tabbar:icon什么的,selectedcolor:等 如果每个tabbar页面的title颜色什么的都一样,就在 Read More
posted @ 2020-02-23 17:28 古墩古墩 Views(4118) Comments(0) Diggs(0) Edit
小程序页面跳转 navigator组件跳转:https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html wxAPI跳转:https://developers.weixin.qq.com/miniprogram/d Read More
posted @ 2020-02-23 13:36 古墩古墩 Views(639) Comments(0) Diggs(0) Edit
小程序转发分享是一个Page里的函数 文档地址:https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html Page中有了onShareAppMessage 这个方法后才支持转发 onShareAppMessage Read More
posted @ 2020-02-23 11:19 古墩古墩 Views(1507) Comments(0) Diggs(0) Edit
文档地址:https://developers.weixin.qq.com/miniprogram/dev/api/ui/custom-component/wx.nextTick.html 我们在开发时,可以在微信开发者工具的详情这里将 校验合法域名关掉,就可以访问局域网中的接口了,不过不能访问本机 Read More
posted @ 2020-02-22 23:58 古墩古墩 Views(614) Comments(0) Diggs(0) Edit
总算找到解决办法了,希望能够帮到碰见同样问题的同学。。。 之前都是下载最新版的微信开发者工具,而且是64位的,我总感觉64位的好,于是有一次软件提示更新,我就更新了一下,结果打开微信开发者工具后,一直是黑屏。 卸载了重装,查百度,给微信提bug,都没有很好的解决,然后找到以前版本的安装包,安装上去, Read More
posted @ 2020-02-22 17:33 古墩古墩 Views(3198) Comments(0) Diggs(0) Edit
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 69 下一页