Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
c8c01475d2
1 changed files with 4 additions and 3 deletions
  1. 7
      pages/moment/fragment/index.js

7
pages/moment/fragment/index.js

@ -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
} }

Loading…
Cancel
Save