1、父级结构 <template> <child :show-child="showChild"></child> </template> ...
//银行卡四位空格 handleKeyup(){ this.userBankId=this.userBankId.replace(/\D/g,"...
mounted(){ this.getData(); let_this=this; document.addEventListener("vis...
1、安装 npm install vue-qr --save 2、页面引入 <template><vue-qr:text="downloadDa...
第一步:创建命令 下面在 packge.json 文件中,创建一条命令 { "name": "xxxx", "version": "1.0.0"...
1、首先定义一个public.mixin.js(mixin适用于多个页面需要使用到计算高度公共方法) export default { dat...
$('.img-view,.shadow').bind("touchmove",function(e){ e.preventDefaul...
用微信内置浏览器打开这个网页debugx5.qq.com,就会有清除缓存的选项,如下图
1、//description:获取url参数 var getQueryString=function (name){ var reg =...