新购验收会签

This commit is contained in:
hongchao 2025-01-21 14:57:01 +08:00
parent d063f54ffc
commit a682b45f74
1 changed files with 7 additions and 5 deletions

View File

@ -81,11 +81,13 @@ const pass = () => {
console.log(param) console.log(param)
innerVerify(param).then(res => { innerVerify(param).then(res => {
console.log(res) console.log(res)
if(res.code==200){ if (res.code == 200) {
uni.showToast({ title: '验收成功', icon: 'none' }) uni.showToast({ title: res.msg, icon: 'none' })
uni.navigateBack({ setTimeout(() => {
delta: 1 // uni.navigateBack({
}); delta: 1 //
});
}, 500)
}else{ }else{
uni.showToast({ title: res.msg, icon: 'none' }) uni.showToast({ title: res.msg, icon: 'none' })
} }