Commit 428a87bf by 陈超

T

parent ff0fc6a6
...@@ -155,8 +155,8 @@ ...@@ -155,8 +155,8 @@
} }
}, },
created:function(){ created:function(){
$("#provinceData").children(r => { $("#provinceData").children().each((i, e) => {
console.log(r) console.log(e)
}) })
}, },
computed: { computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment