Commit ad5b28b8 by chenqiang

人像比对添加loading

parent 8dc149e6
......@@ -158,39 +158,39 @@ export default {
self.loading = true
self.isFlag2 = true
self.rxData = []
setTimeout(function () {
self.rxData = [
{
cid: '233212121231323123',
xm: '21312',
score: '0.9202384',
'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
imageUrl: ''
},
{
cid: '233212121231323123',
xm: '21312',
score: '0.9202384',
'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
imageUrl: ''
},
{
cid: '233212121231323123',
xm: '21312',
score: '0.9202384',
'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
imageUrl: ''
},
{
cid: '233212121231323112',
xm: '21312',
score: '0.9202384',
'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
imageUrl: ''
}
]
self.loading = false
},2000)
// setTimeout(function () {
// self.rxData = [
// {
// cid: '233212121231323123',
// xm: '21312',
// score: '0.9202384',
// 'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
// imageUrl: ''
// },
// {
// cid: '233212121231323123',
// xm: '21312',
// score: '0.9202384',
// 'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
// imageUrl: ''
// },
// {
// cid: '233212121231323123',
// xm: '21312',
// score: '0.9202384',
// 'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
// imageUrl: ''
// },
// {
// cid: '233212121231323112',
// xm: '21312',
// score: '0.9202384',
// 'file': 'http://26.3.13.102/a1028089_0/FaceWareHouse/src_0_1322/20210216/20210216T122933_3363317_3439811_1322.jpg',
// imageUrl: ''
// }
// ]
// self.loading = false
// },2000)
let rxbdUrl = '/pictureSearchByPicture'
$.ajax({
type: 'post',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment