wuxw
2020-01-12 91f80f9969a2ce3a7138a6a58ca21d6bab33d7ca
WebService/src/main/resources/components/applicationKeyPackage/edit-applicationKey/editApplicationKey.js
@@ -97,7 +97,7 @@
                vc.component.editApplicationKeyInfo.startTime = vc.dateFormat(new Date().getTime());
                $('.editApplicationStartTime').datetimepicker({
                    language: 'zh-CN',
                    format: 'yyyy-mm-dd HH:ii:ss',
                    format: 'yyyy-mm-dd hh:ii:ss',
                    initTime: true,
                    initialDate: new Date(),
                    autoClose: 1,
@@ -111,7 +111,7 @@
                    });
                $('.editApplicationEndTime').datetimepicker({
                    language: 'zh-CN',
                    format: 'yyyy-mm-dd HH:ii:ss',
                    format: 'yyyy-mm-dd hh:ii:ss',
                    initTime: true,
                    initialDate: new Date(),
                    autoClose: 1,
@@ -336,7 +336,7 @@
                        try {
                            video.src = url ? url.createObjectURL(stream) : stream;
                        } catch (error) {
                           video.srcObject = stream;
                            video.srcObject = stream;
                        }
                        video.play();
                        vc.component.editApplicationKeyInfo.videoPlaying = true;