From 72e89dd0444f05bc98c3b1232d7fcb0b14275872 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 26 Mar 2024 16:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E6=89=98=E6=97=A5=E6=9C=9F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/detail.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index 2c65909..57210df 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -291,6 +291,8 @@ let sodata ={goods_islicode:app.gislicode} GoodsApi.soglist(sodata).then(res=>{ app.goods = res.data.data[0] + app.goods.contractual_start_time = app.goods.contractual_start_time.split(' ')[0] + app.goods.contractualtime_end_time = app.goods.contractualtime_end_time.split(' ')[0] app.new_total = res.data.total let imgitem = {"imgurl":app.goods.goods_images} app.gdimgs.push(imgitem)