Commit 41ed868c authored by 陈前's avatar 陈前

String

parent ce9c72fb
...@@ -84,7 +84,7 @@ dependencies { ...@@ -84,7 +84,7 @@ dependencies {
implementation 'com.github.ybq:Android-SpinKit:1.1.0' implementation 'com.github.ybq:Android-SpinKit:1.1.0'
implementation 'com.youth.banner:banner:1.4.10' implementation 'com.youth.banner:banner:1.4.10'
implementation 'me.dm7.barcodescanner:zxing:1.9.8' implementation 'me.dm7.barcodescanner:zxing:1.9.8'
implementation 'com.google.zxing:core:3.3.1' implementation 'com.google.zxing:core:3.3.2'
implementation(name: 'zx_print_library-debug', ext: 'aar') implementation(name: 'zx_print_library-debug', ext: 'aar')
implementation project(':pay') implementation project(':pay')
} }
...@@ -142,9 +142,6 @@ public class StatisticsDetailActivity extends BaseActivity<StatisticsDetailPrese ...@@ -142,9 +142,6 @@ public class StatisticsDetailActivity extends BaseActivity<StatisticsDetailPrese
ToastUtils.showShort("无法打印"); ToastUtils.showShort("无法打印");
} }
mViewBinding.btnReturn.setEnabled(false);
mViewBinding.btnReturn.setText("已打印");
} }
}); });
......
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