Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
b59f399247
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/moment/index.wxs

2
pages/moment/index.wxs

@ -84,7 +84,7 @@ function infoColor(time){
} }
function checkPrice(price){ function checkPrice(price){
if (isEmpty(time)) {
if (isEmpty(price)) {
return false return false
} }
return Number(price) !== 0 return Number(price) !== 0

Loading…
Cancel
Save