ruchangrenyuanbangka
This commit is contained in:
parent
86e53b530d
commit
c13f605d83
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue