Commit dd05340d authored by jiangjiantao's avatar jiangjiantao

bugfix

parent dc1f1d7c
...@@ -322,12 +322,12 @@ Page({ ...@@ -322,12 +322,12 @@ Page({
//键盘完成 //键盘完成
onKeyBordFinished(result) { onKeyBordFinished(result) {
this.onKeyBordClose();
if(this.data.scene == 3){ if(this.data.scene == 3){
this.sendPaymentToFront(result) this.sendPaymentToFront(result)
}else if(this.data.scene == 1){ }else if(this.data.scene == 1){
this.sendGoodsInfoToFront(result) this.sendGoodsInfoToFront(result)
} }
this.onKeyBordClose();
}, },
//把手输条码发生到前屏 //把手输条码发生到前屏
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment