Commit 137c5dcb authored by gaodapeng's avatar gaodapeng

修复语法错误

parent a0041802
......@@ -153,7 +153,7 @@ Page({
else
console.log('RESULT: ' + res.bizType);
});
} catch {
} catch (err) {
console.log("收银台启动回调 异常==>" + JSON.stringify(err));
}
......
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