popover用法
https://www.openzui.com/#/
$('#pop_latest').popover({trigger:'click',
animation:true,//淡入淡出
// container: 'body',
placement: 'bottom',
title:'扫码体验',
html: true,
content: '<div><img src="'+res['data']['url']+'" style="width:200px;" ></div>'
});
延时
setTimeout(()=>{
....
}, 1000);