Browse Source

团购页面修改

guhongwei 2 years ago
parent
commit
ebced92d11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesHome/group/group.vue

+ 1 - 1
pagesHome/group/group.vue

@@ -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}`
 				})