Commit 3e2adca3 authored by jiangjiantao's avatar jiangjiantao

bugfix

parent bfeefbf3
...@@ -205,14 +205,6 @@ Page({ ...@@ -205,14 +205,6 @@ Page({
}); });
}, },
//增加扫码内容,以及退款等操作的内容
onKeyPress(r) {
//只有在弹窗出现时才扫码
if (this.data.scanDialogDisplay > 0) {
this.refund(r);
}
},
//退款 //退款
refund(barcode) { refund(barcode) {
this.setData({ scanDialogDisplay: 2 }) this.setData({ scanDialogDisplay: 2 })
......
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