驾校:
驾校:
function fn1(){
var ht ='
'
'
驾校:
' +' ' +
'
'
'
请
' +' ' +
'
'
'
'
'
请
' +' ' +
'
'
'
请
' +' ' +
'
'
let adiv = document.createElement('li')
adiv.setAttribute("class","mybox addr-body");
adiv.innerHTML = ht;
proxy.$refs["newaddhtml"].append(adiv)
//this.$refs.refdiv
}
function fn2(){
var address = []
var selectDiv = document.querySelectorAll(".addr-body");
selectDiv.forEach(function(item,index){
var body = {}
body.detail = item.querySelector(".val01").value ;
address.push(body);
})
console.log(address);
}