更新 src/android/cordova/plugin/jcprinter/JcPrinter.java
This commit is contained in:
parent
0e3235a44c
commit
48a6252707
@ -155,7 +155,7 @@ public class JcPrinter extends CordovaPlugin {
|
||||
printMode = 2;
|
||||
Log.d(TAG, "测试:参数设置-打印浓度: " + printDensity + ",打印模式:" + printMode);
|
||||
/*
|
||||
* 参数1:打印浓度 参数2:纸张类型 参数3:打印模式
|
||||
* 参数1 打印浓度 参数2 纸张类型 参数3 打印模式
|
||||
* 打印浓度 B50/B50W/T6/T7/T8 建议设置6或8,Z401/B32建议设置8,B3S/B21/B203/B1建议设置3
|
||||
*/
|
||||
Util.getInstance().startPrintJob(printDensity, 2, printMode, new PrintCallback() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user