代码语言:javascript复制
/******封装获取url链接参数开始******/
getWxCode(name){
return decodeURIComponent((new RegExp('[?|&]' name '=' '([^&;] ?)(&|#|;|$)').exec(location.href) || [, ""])[1].replace(/ /g, ' ')) || null
},
/******封装获取url链接参数结束******/