更新数据
This commit is contained in:
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<YpModel v-model="showModel" :textContent="textContent" ></YpModel>
|
||||
</template>
|
||||
|
||||
@ -202,10 +202,10 @@ const handleYP = () =>{
|
||||
qcckPost(params,'/mosty-gsxt/wshs/getDcypbg').then(res=>{
|
||||
let data = res || {};
|
||||
let html = `<p class="html_bt">${data.bt}</p>`
|
||||
html+=`<div> <span>${data.zz}</span> <span>${data.bh}</span> <span>${data.sj}</span> </div>`
|
||||
html+=`<p>${data.head}</p>`
|
||||
html+=`<p>${data.nr}</p>`
|
||||
html+=`<p>${data.bc}</p>`
|
||||
html+=`<div><span>${data.cbr}</span> <span>${data.hgr}</span> <span>${data.qfr}</span> </div>`
|
||||
html+=`<p>${data.end}</p>`
|
||||
textContent.value = html;
|
||||
showModel.value = true;
|
||||
})
|
||||
|
Reference in New Issue
Block a user