@@ -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: '生成订单中...' })
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user