From ed0d66d5aa8015e7ad131f5206bbde86f8326503 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Wed, 10 Jun 2020 11:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=95=86=E5=BA=97=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=8D=E6=98=AF=E4=B8=80=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E5=86=99=E7=9A=84=EF=BC=8C=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E4=BC=9A=E9=81=87=E8=A7=81=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=9F=A5=E9=97=AE=E9=A2=98=EF=BC=8Cover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service-list/commodity-cell.vue | 6 +- src/components/service-list/service_list.vue | 71 +++++++++++-------- src/pages/service_shop/shop_list.vue | 2 +- src/request/api/service_shop.js | 18 ++++- src/services/helper.js | 15 ++++ 5 files changed, 77 insertions(+), 35 deletions(-) diff --git a/src/components/service-list/commodity-cell.vue b/src/components/service-list/commodity-cell.vue index d77da2f..992747e 100644 --- a/src/components/service-list/commodity-cell.vue +++ b/src/components/service-list/commodity-cell.vue @@ -34,12 +34,12 @@
更新时间: - {{ cellData.update_date }} + {{ helper.dateStringTransform(cellData.update_date) }}