@@ -202,7 +202,7 @@
// 参加团购
toJion(e) {
const that = this;
- that.clearPage();
+ // that.clearPage();
uni.navigateTo({
url: `/pagesHome/group/share?id=${e.goods._id}&group=${e._id}`
})