commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1841,7 +1841,7 @@ | ... | @@ -1841,7 +1841,7 @@ |
| 1841 | } | 1841 | } |
| 1842 | this.$http.get('/tool/testHouLi?'+this.$qs.stringify({ | 1842 | this.$http.get('/tool/testHouLi?'+this.$qs.stringify({ |
| 1843 | actid: this.testHouLi.actid, | 1843 | actid: this.testHouLi.actid, |
| 1844 | keyword: this.testHouLi.keyword, | 1844 | keyword: this.testHouLi.keyword.replaceAll(" ",""), |
| 1845 | phone: this.testHouLi.phone | 1845 | phone: this.testHouLi.phone |
| 1846 | }),config).then((res)=>{ | 1846 | }),config).then((res)=>{ |
| 1847 | console.log(res); | 1847 | console.log(res); | ... | ... |
-
Please register or sign in to post a comment