From 53cc6f817625897935fb10c3845ad7be400f3036 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期日, 31 一月 2021 20:04:55 +0800
Subject: [PATCH] 团购相关功能

---
 component/singleGoodsItems/index.wxml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/component/singleGoodsItems/index.wxml b/component/singleGoodsItems/index.wxml
index 36c07de..a663302 100644
--- a/component/singleGoodsItems/index.wxml
+++ b/component/singleGoodsItems/index.wxml
@@ -4,4 +4,5 @@
 	<c-authorize-phone class="cart-btn-div" data-mininum="{{goods.Mininum}}" data-matcode="{{goods.MatCode}}" is-must-authorize="{{true}}" catch:authorize="addCart">
 		<view slot="content" hidden="{{(goods.isStartupPanicBuying&&goods.PanicBuyingEndTimeBalance<=0)||(goods.isRestrictQuantity&&goods.Quantity<=0)}}"  class="cart-btn">鍔犲叆璐墿杞�</view>
 	</c-authorize-phone>
-</view>
\ No newline at end of file
+	<navigator url="/pages/detail/detail?matcode={{goods.MatCode}}"  wx:if="{{(goods.isStartupGroupBuying)}}"  class="cart-btn-div cart-btn group-btn">绔嬪嵆鍘绘嫾鍗�</navigator>
+</view>

--
Gitblit v1.8.0