Browse Source

团购页面修改

guhongwei 2 năm trước cách đây
mục cha
commit
ebced92d11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}`
 				})