更新数据

This commit is contained in:
2025-07-22 18:00:05 +08:00
parent 677f2c4a3b
commit 3870addd51
6 changed files with 30 additions and 12 deletions

View File

@ -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;
})