Commit 84d90df0 authored by gaodapeng's avatar gaodapeng

修改了首页图片,修改了打印问题,修改了扫描问题

parent 73c6c420
images/bg_home.png

421 KB | W: | H:

images/bg_home.png

591 KB | W: | H:

images/bg_home.png
images/bg_home.png
images/bg_home.png
images/bg_home.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -120,7 +120,7 @@ Page({ ...@@ -120,7 +120,7 @@ Page({
target: getApp().globalData.backScreenAppId, target: getApp().globalData.backScreenAppId,
data: { data: {
action: ACTION_PRINT_RESULT, action: ACTION_PRINT_RESULT,
data: res data: printResult
}, },
success: (res) => { success: (res) => {
console.info(`sendBuddyMessage success: ${JSON.stringify(res)}`); console.info(`sendBuddyMessage success: ${JSON.stringify(res)}`);
......
...@@ -27,7 +27,7 @@ export default class scan { ...@@ -27,7 +27,7 @@ export default class scan {
//兼容扫描枪 //兼容扫描枪
cur.onKeyPress.call(cur, code); cur.onKeyPress.call(cur, code);
isScaning = false isScaning = false
}, 1000); }, 1200);
} else { } else {
//特殊处理 keycode需要减7 //特殊处理 keycode需要减7
if (r.keyCode >= 7 && r.keyCode <= 16) { if (r.keyCode >= 7 && r.keyCode <= 16) {
......
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