task#10595,h5到app事件更换

This commit is contained in:
2024-02-01 09:42:20 +08:00
parent de4ac8d72d
commit aa93bc352d
3 changed files with 17 additions and 44 deletions

View File

@ -8,7 +8,7 @@
:border="false"
:fixed="true"
:safe-area-inset-top="true"
@click-left="goPrePage"
@click-left="h5GoBack"
/>
</div>
<div class="listWrap">
@ -256,12 +256,12 @@ export default {
this.$toast('审核不通过原因是其他时审核原因必填')
return
}
let res = await reimburseOrderAudit({
await reimburseOrderAudit({
id:this.id,
state:this.state,
auditRemark:this.other=='其他' ? this.other+ '/' + this.otherReason : this.other,
})
console.log("ressssss",res)
// console.log("ressssss",res)
},
isUse(e){
this.states=e