ruchangrenyuanbangka

This commit is contained in:
shijing 2023-01-03 14:03:44 +08:00
parent 86e53b530d
commit c13f605d83
1 changed files with 4 additions and 5 deletions

View File

@ -182,11 +182,11 @@
let that = this;
let form = {};
form.type = type;
form.code = res.result;
form.employee = row.visitor_.employee;
form.employee = row.remployee;
if(type==10){
uni.scanCode({
success: function (res) {
form.code = res.result;
that.$u.api.thirdBltBind(form).then(res=>{
debugger;
uni.showToast({
@ -198,14 +198,13 @@
});
}else{
that.$u.api.thirdBltBind(form).then(res=>{
debugger;
form.code = res.result;
uni.showToast({
title: res,
icon: "none"
})
})
}
}
},
goBack() {
uni.navigateBack({