Commit 695eb834 authored by jiangjiantao's avatar jiangjiantao

bugfix

parent 78925b16
......@@ -187,10 +187,11 @@ Page({
onKeyPress(r) {
//只有在弹窗出现时才扫码
if (this.data.scanDialogDisplay > 0) {
refund(r);
this.refund(r);
}
},
//退款
refund(barcode) {
this.setData({ scanDialogDisplay: 2 })
var request = api.createCommonRequest();
......
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