Commit 1ba4b3d7 authored by Xuguangxing's avatar Xuguangxing

fix

parent 31d2e3ec
...@@ -102,7 +102,6 @@ export default { ...@@ -102,7 +102,6 @@ export default {
if (isApp) this.nativeBridge = new Bridge(); if (isApp) this.nativeBridge = new Bridge();
else if (isWxMp) this.nativeBridge = new MpBridge(); else if (isWxMp) this.nativeBridge = new MpBridge();
const groupId = this.$route.query.groupBuyGroupId; const groupId = this.$route.query.groupBuyGroupId;
alert('groupId----' + groupId);
if (this.$route.query.groupBuyGroupId) { if (this.$route.query.groupBuyGroupId) {
localStorage.set('groupBuyGroupId', groupId); localStorage.set('groupBuyGroupId', groupId);
} }
...@@ -205,7 +204,6 @@ export default { ...@@ -205,7 +204,6 @@ export default {
return { skuNo, count }; return { skuNo, count };
}) })
}; };
alert(JSON.stringify(params));
this.orderSubmit(params); this.orderSubmit(params);
}, },
async orderSubmit(params) { async orderSubmit(params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment