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