ztxkui 3.7.15 → 3.8.0
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.
|
@@ -110,7 +110,7 @@ var DetailTable = function (_a) {
|
|
|
110
110
|
// 验证码长度固定为6位 小于6位时 往前面添加0来补齐
|
|
111
111
|
if ((qunjSeal === null || qunjSeal === void 0 ? void 0 : qunjSeal.vertifyCode) && ("" + (qunjSeal === null || qunjSeal === void 0 ? void 0 : qunjSeal.vertifyCode)).length < 6) {
|
|
112
112
|
var strStart = '000000';
|
|
113
|
-
var iIndex = 6 - vertify_code.length;
|
|
113
|
+
var iIndex = 6 - ("" + vertify_code).length;
|
|
114
114
|
vertify_code = strStart
|
|
115
115
|
.slice(0, iIndex)
|
|
116
116
|
.concat("" + (qunjSeal === null || qunjSeal === void 0 ? void 0 : qunjSeal.vertifyCode));
|