Commit 61aae126 by 陈超

T

parent ce023b09
...@@ -32,6 +32,13 @@ ...@@ -32,6 +32,13 @@
@change="onAreaChange"></van-picker> @change="onAreaChange"></van-picker>
</van-popup> </van-popup>
<div id="provinceData" style="display: none;">
<volist name="area" id="arc" >
<input class="inp01" name="{$arc['area_id']}" type="hidden" value="{$arc['area_id']}" >
</volist>
</div>
<!-- <div class="covers"></div> --> <!-- <div class="covers"></div> -->
<!-- <div class="header2"> <!-- <div class="header2">
<a <if condition="$_GET['param']"> href="{:U('mall/Goods/pay',['vst'=>$_GET['param']])}" <else/> href="{:U('home/User/index')}" </if>class="icon-back"></a> <a <if condition="$_GET['param']"> href="{:U('mall/Goods/pay',['vst'=>$_GET['param']])}" <else/> href="{:U('home/User/index')}" </if>class="icon-back"></a>
...@@ -148,10 +155,9 @@ ...@@ -148,10 +155,9 @@
} }
}, },
created:function(){ created:function(){
document.title = "我的地址" $("#provinceData").children().each( r => {
console.log("{$arc}.length") console.log(r)
let array = "{$arc}" })
console.log(array)
}, },
computed: { computed: {
areaStyle: function() { areaStyle: function() {
......
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