|
|
@ -129,9 +129,10 @@ Component({ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
handResult: function(record){ |
|
|
handResult: function(record){ |
|
|
// if(record.latestQuoteTime.indexOf(params.data) < 0){
|
|
|
|
|
|
// return
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
console.log(params.data) |
|
|
|
|
|
if(record.latestQuoteTime.indexOf(params.date) < 0){ |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
if(util.isEmpty(record.typicalFloatingQuotedPrice) || record.typicalFloatingQuotedPrice == 0){ |
|
|
if(util.isEmpty(record.typicalFloatingQuotedPrice) || record.typicalFloatingQuotedPrice == 0){ |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|