zs 2 년 전
부모
커밋
f4d26cbf4a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pagesHome/group/index.vue

+ 0 - 1
pagesHome/group/index.vue

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