Commit 2b53f531 by 陈超

T

parent a3e99052
......@@ -26,11 +26,11 @@
<van-area title="收货地址" :area-list="areaList" />
</van-popup>
<div id="provinceData" style="display: none;">
<!-- <div id="provinceData" style="display: none;">
<volist name="area" id="arc" >
<input class="inp01" name="{$arc['area_id']}" type="hidden" value="{$arc.title}" >
</volist>
</div>
</div> -->
<!-- <div class="covers"></div> -->
......@@ -148,14 +148,7 @@
}
},
created:function(){
let that = this
$("#provinceData").children().each((i, e) => {
that.columns.push({
text: e.value,
id: e.name,
children: []
})
})
document.title = "我的地址"
},
computed: {
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