1

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