Commit aed7e2cd authored by 陈前's avatar 陈前

String

parent 5e776d12
......@@ -517,7 +517,7 @@ public class SettlePresenter extends SettleContract.Presenter {
try {
ZX_PrintPOS.getInstance(MainActivity.mainActivity).print(1, saleorder);
} catch (Exception e) {
ToastUtils.showShort("打印异常");
ToastUtils.showShort("无法打印,请检查");
}
}
......
......@@ -212,7 +212,7 @@ public class VipPresenter extends VipContract.Presenter {
try {
ZX_PrintPOS.getInstance(MainActivity.mainActivity).printSave(1, mVipRechangeOrdervip);
} catch (Exception e) {
ToastUtils.showShort("打印异常");
ToastUtils.showShort("无法打印,请检查");
}
mView.rechangeSus(vip);
}, throwable -> {
......
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