diff --git a/package1/group/groupBuySingle.vue b/package1/group/groupBuySingle.vue
new file mode 100644
index 0000000..1d558ff
--- /dev/null
+++ b/package1/group/groupBuySingle.vue
@@ -0,0 +1,1971 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{shopItem.shopName}}
+
+
+
+ {{shopItem.shopScore}}
+
+
+
+
+
+
+ {{shopItem.shopTypeTitle}}
+
+
+
+
+
+ 店铺评价
+
+
+ 销量 {{shopItem.saleCount != null ? shopItem.saleCount : 0}}
+
+
+
+
+
+ 公告:{{shopItem.remark}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.productName}}
+
+
+ 拼团¥{{item.groupPrice}}
+
+
+
+
+
+
+ +
+
+
+ 差{{item.targetMembers - item.currentMembers}}人拼成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.productName}}
+
+
+
+ 月售 100+
+
+
+
+
+
+
+ +
+
+
+ 差{{item.minGroupCount}}人拼成
+
+
+
+
+
+
+
+
+ 拼团购买¥{{ getGroupPrice(item) }}
+
+
+ 直接购买¥{{item.attributeListPrice | sliceMsg}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{cartTotalCount}}
+
+ ¥{{cartTotalPrice}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已加购商品({{cartTotalCount}})
+
+
+
+
+
+
+
+
+
+ {{cartItem.item.productName}}
+
+
+
+ 已选规格:
+ {{getSpecDisplayString(cartItem.specs)}}
+
+
+
+
+ ¥{{cartItem.price}}
+
+
+
+ -
+
+
+ {{cartItem.quantity}}
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{cartTotalPrice}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{currentItem.productName}}
+
+
+
+ 月售 100+
+
+
+
+
+ ¥{{currentItem.attributeListPrice | sliceMsg}}
+
+
+
+
+
+
+
+
+ 选{{spec.name}}
+
+
+
+ {{option}}
+
+
+
+
+
+
+ 搭配小食
+
+
+
+
+
+
+
+
+ ¥{{spec.attributeListPrice | sliceMsg}} ✕ {{spec.quantity ? spec.quantity : ''}}
+
+
+ {{spec.productName}}
+
+
+
+
+
+
+
+ 成团选择
+
+
+
+
+ ¥{{parseFloat(rule.groupPrice).toFixed(2)}}
+
+
+ {{rule.groupCount}}人团
+
+
+
+
+
+
+
+
+
+
+ 面对面团
+
+
+ 发起拼团¥{{selectedGroupRule && selectedGroupRule.groupPrice ? parseFloat(selectedGroupRule.groupPriceAndMore).toFixed(2) : '0.00'}}
+
+
+
+
+ 参与拼团¥{{selectedGroupRule && selectedGroupRule.groupPriceAndMore ? parseFloat(selectedGroupRule.groupPriceAndMore).toFixed(2) : '0.00'}}
+
+
+
+
+ 加入购物车
+
+
+
+
+
+
+
+
+
+
+
+ 快来加入一起成团吧!
+
+
+ 可以选取任意拼团商品下单!
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ {{item.targetMembers}}人拼
+
+
+ 差{{item.targetMembers - item.currentMembers}}人拼成
+
+
+
+
+ 去拼单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file