@@ -119,7 +119,6 @@
},
sendCodeRequest(){
let that = this , jsUrl = location.href.split('#')[0];
- that.weChatCode = that.subStrUrlCode();
console.log(jsUrl);
// axios({
// method: 'post', //请求方式 有常用的有get post等