修改:解决谷歌支付调方法时机问题
This commit is contained in:
@@ -228,7 +228,6 @@
|
||||
}
|
||||
|
||||
const handleRecharge = async () => {
|
||||
getPlaceOrderObj()
|
||||
if (!state.value) {
|
||||
uni.showToast({
|
||||
title: t('order.readAgreeServices'),
|
||||
@@ -236,6 +235,7 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
getPlaceOrderObj()
|
||||
uni.showLoading({ title: '生成订单中...' })
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user