Commit 26d7ca07 by 陈超

T

parent 428a87bf
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div id="provinceData" style="display: none;"> <div id="provinceData" style="display: none;">
<volist name="area" id="arc" > <volist name="area" id="arc" >
<input class="inp01" name="{$arc['area_id']}" type="hidden" value="{$arc['area_id']}" > <input class="inp01" name="{$arc['area_id']}" type="hidden" value="{$arc.title}" >
</volist> </volist>
</div> </div>
...@@ -156,7 +156,8 @@ ...@@ -156,7 +156,8 @@
}, },
created:function(){ created:function(){
$("#provinceData").children().each((i, e) => { $("#provinceData").children().each((i, e) => {
console.log(e) console.log(e.name)
console.log(e.value)
}) })
}, },
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