@toolspack/ttd-common 1.2.0 → 1.3.1
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/README.md +3 -1
- package/lib/ttd-common.common.js +602 -860
- package/lib/ttd-common.umd.js +602 -860
- package/lib/ttd-common.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/packages/ukey/Ukey.vue +1 -3
- package/src/packages/ukey/WZHforChrome.js +20 -65
- package/src/packages/ukey/WzhMixin.js +212 -0
- package/src/packages/ukey/WzhSign.vue +5 -192
- package/src/packages/ukey/WzhSignChrome.vue +11 -176
package/README.md
CHANGED
|
@@ -52,4 +52,6 @@
|
|
|
52
52
|
1.1.5: 显示后端返回error msg
|
|
53
53
|
1.1.6: 优化msg
|
|
54
54
|
1.1.7: 优化errormsg
|
|
55
|
-
1.2.0: 优化getUkeyImage 方法的 错误提示!(查询代码 是没有老ukey 使用ukey内图片了,但还是兼容了新旧ukey)
|
|
55
|
+
1.2.0: 优化getUkeyImage 方法的 错误提示!(查询代码 是没有老ukey 使用ukey内图片了,但还是兼容了新旧ukey)
|
|
56
|
+
1.3.0: 添加控制印章图片的参数: sealImageSize // 签章图片大小
|
|
57
|
+
1.3.1: 添加了X、Y 非负数的校验
|