guhongwei 2 лет назад
Родитель
Сommit
ebced92d11
1 измененных файлов с 1 добавлено и 1 удалено
  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}`
 				})