From c2065c1611421957506f9ae8c06f6369f5a85bea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Thu, 30 Sep 2021 17:51:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=A7=92=E6=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/shop/goodsdetail.vue | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pages/shop/goodsdetail.vue b/pages/shop/goodsdetail.vue
index 76a8f86..6cec3d0 100644
--- a/pages/shop/goodsdetail.vue
+++ b/pages/shop/goodsdetail.vue
@@ -174,7 +174,7 @@
-
+
@@ -459,6 +459,13 @@
qty: this.goods_num
}
}
+ // 秒杀商品
+ if(this.$isRight(this.seckill)){
+ delete par.product_id;
+ par.seckill_goods_id = this.seckill.item_id;
+ par.seckill_item_id = this.seckill.id;
+ }
+
uni.showLoading({
title: '正在提交'