From e797a0466024c208afb37ab72b8b80eb67c22304 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 27 Sep 2021 17:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=8E=86=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goodsDetail/index.vue | 99 ++++++++++++++++++++++++++++++++++++- 1 file changed, 98 insertions(+), 1 deletion(-) diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue index 4f4ca03..16ae849 100644 --- a/pages/goodsDetail/index.vue +++ b/pages/goodsDetail/index.vue @@ -150,7 +150,23 @@ {{goods_detail.product.extends.field_1_address}} - + + + + + + {{item.name}} + + + + 09-26 + ¥{{days.price}} + {{days.stock}} + + + + + 酒店设施 @@ -420,6 +436,7 @@ return { year: new Date().getFullYear(), // 当前年 month: new Date().getMonth() + 1, // 当前月 + now_time: '', current: 0, // 轮播下标 goods_id: 0, goods_detail: {}, @@ -912,6 +929,86 @@ }