whycwx
2020-12-21 ef9082d1c4cae64376cfe7625d0f37a3b0f11f00
修改名称 响应时长
1个文件已修改
7 ■■■■ 已修改文件
nfdw_stand/WebRoot/faceThen.jsp 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
nfdw_stand/WebRoot/faceThen.jsp
@@ -111,7 +111,7 @@
                        <p><span>匹配成功率</span>: <i>{{ successRate }}</i></p>
                        <p><span>成功样本数</span>: <i>{{ successNum }}</i></p>
                        <p><span>失败样本数</span>: <i>{{ errorNum }}</i></p>
                        <p><span>比对耗时</span>: <i>{{ testTime }}</i></p>
                        <p><span>响应时长</span>: <i>{{ testTime }}</i></p>
                    </div>
                    <div class="clear"></div>
                </div>
@@ -187,12 +187,11 @@
        methods: {
            // 图片上传前
            beforeAvatarUpload:function(fil){
                console.log('上传前:'+ fil);
                this.loading = true;
            },
            //上传成功
            handleSuccess:function (res){
                console.log('上传成功:'+ JSON.stringify(res));
                // console.log('上传成功:'+ JSON.stringify(res));
                let vm = this;
                let data = JSON.stringify(res.result);
                let result = JSON.parse(JSON.parse(data));
@@ -230,7 +229,6 @@
            },
            //格式不正确
            handleFormatError:function(err){
                console.log('格式不正确:'+ err);
                let vm = this;
                    vm.loading = false;
                    vm.$Message.error({
@@ -241,7 +239,6 @@
            },
            //上传失败
            handleError:function (err){
                console.log('上传失败:'+ err);
                let vm = this;
                    vm.loading = false;
                    vm.$Message.error({