1

parent 98a04595
...@@ -395,19 +395,19 @@ const payNow = async (data) => { ...@@ -395,19 +395,19 @@ const payNow = async (data) => {
groupBuyCreate(qgParams).then((res) => { groupBuyCreate(qgParams).then((res) => {
if (res.code === 0) { if (res.code === 0) {
openUrl(res.data.result); openUrl(res.data.result);
xma.removeStorageSync('address');
} else { } else {
groupBuyConfirmFn(prodIds.value, skuIds.value); groupBuyConfirmFn(prodIds.value, skuIds.value);
} }
xma.removeStorageSync('address');
}); });
} else { } else {
znsgyOrderCreate(params.value).then((res) => { znsgyOrderCreate(params.value).then((res) => {
if (res.code === 0) { if (res.code === 0) {
openUrl(res.data.result); openUrl(res.data.result);
xma.removeStorageSync('address');
} else { } else {
sgyrddBasketConfirmFn(basketIds.value); sgyrddBasketConfirmFn(basketIds.value);
} }
xma.removeStorageSync('address');
}); });
} }
}; };
......
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