支付

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