diff --git a/package2/group/groupBuySingle.vue b/package2/group/groupBuySingle.vue index 3219482..4521a74 100644 --- a/package2/group/groupBuySingle.vue +++ b/package2/group/groupBuySingle.vue @@ -557,12 +557,18 @@ - + 面对面团不会公开显示 选择配送时,订单会统一送达 + + 拼单提醒 + + 您已开启拼单模式,赶快选择心动的商品吧! + + @@ -647,6 +653,7 @@ return { loadStatus: 'more', type: '', + isPindan:true, shopId: '', shopItem: { shopIcon: '', @@ -1170,6 +1177,8 @@ }, chooseOrderWait(item) { this.$refs.pintuanGroupPopup.close(); + this.isPindan = true; + this.$refs.tishiPopup.open(); this.groupId = item.id; this.targetMembers = parseInt(item.targetMembers); this.selectedCoupon = null; @@ -1747,6 +1756,7 @@ }); }, openMianRemark(){ + this.isPindan = false; this.$refs.tishiPopup.open() }, selectCoupon(item) {