@ -55,12 +55,19 @@ function Paid(){
function showPIc(text,record) {
let strPic = record.fl_pic;
//console.log(JSON.parse(strPic));
return (
try {
JSON.parse(strPic).map((item,index) => {
return <Image key={index} width={90} src={item.url} />;
})
);
} catch (error) {
return "";
}