revert 修改:解决谷歌支付调方法时机问题
This commit is contained in:
2025-11-27 15:36:20 +08:00
parent 277b6cf0b6
commit 2ccd53ab94

View File

@@ -228,6 +228,7 @@
}
const handleRecharge = async () => {
getPlaceOrderObj()
if (!state.value) {
uni.showToast({
title: t('order.readAgreeServices'),
@@ -235,7 +236,6 @@
})
return
}
getPlaceOrderObj()
uni.showLoading({ title: '生成订单中...' })
}