This commit is contained in:
shijingjing
2022-02-16 18:53:12 +08:00
parent e4f4dd72a7
commit fae3f04927
4 changed files with 103 additions and 107 deletions

View File

@@ -139,7 +139,6 @@ export default {
},
methods: {
transTxt(str){
console.log(str.split("$"));
return str.split("$")
},