支付

parent e56386d9
......@@ -251,7 +251,9 @@ onShow(() => {
});
}
});
const openZfType = () => {
PaymentRef.value.open();
};
function groupBuyConfirmFn(prodId, skuId) {
return new Promise((resolve, reject) => {
groupBuyConfirm({ prodId, skuId }).then((res) => {
......
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