zs há 2 anos atrás
pai
commit
24c209f2c8
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      pagesHome/group/share.vue

+ 0 - 1
pagesHome/group/share.vue

@@ -113,7 +113,6 @@
 					let arr = await that.$api(`/util/checkCanBuy`, 'POST', data)
 					if (arr.errcode == '0') {
 						if (arr.data.result == true) {
-							that.clearPage();
 							if (that.id) {
 								uni.navigateTo({
 									url: `/pagesHome/order/order?key=${arr.data.key}&group_id=${e._id}`