mg-ocr-invoice 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mg-ocr-invoice",
3
3
  "private": false,
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "type": "module",
6
6
  "types": "dist/types/index.d.ts",
7
7
  "module": "dist/index.es.js",
@@ -388,7 +388,7 @@ const ok = () => {
388
388
  if (!submitBtn.value) {
389
389
  showToast({
390
390
  type: 'text',
391
- message: '存在异常发票,无法提交, 请先去修改发票金额',
391
+ message: '发票无效或已被使用,请进行确认',
392
392
  })
393
393
  return
394
394
  }