From b59f399247ab0e4fabea455ec570647a69965a6f Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 13 Oct 2021 17:02:27 +0800 Subject: [PATCH] no message --- pages/moment/index.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/moment/index.wxs b/pages/moment/index.wxs index 72cd8c1..ef6b0d0 100644 --- a/pages/moment/index.wxs +++ b/pages/moment/index.wxs @@ -84,7 +84,7 @@ function infoColor(time){ } function checkPrice(price){ - if (isEmpty(time)) { + if (isEmpty(price)) { return false } return Number(price) !== 0