feat: get is vip

This commit is contained in:
chashaobao
2025-07-07 22:08:51 +08:00
parent 2c48a70b6d
commit 42d1208ee4
7 changed files with 16 additions and 11 deletions

View File

@ -70,7 +70,7 @@ export default function GroupBuy(props: IProps) {
if (status !== OrderStatus.Success) {
throw new Error('order status error');
}
const time = await requestProductBalance(ProductType.AddGroup);
const [time] = await requestProductBalance(ProductType.AddGroup);
log('handleBuy new addGroupTime', time);
onConfirm(time);
} catch (e) {