diff --git a/h5/pages/main/tjyy/tjyy.vue b/h5/pages/main/tjyy/tjyy.vue index 83bcc94..4560f34 100755 --- a/h5/pages/main/tjyy/tjyy.vue +++ b/h5/pages/main/tjyy/tjyy.vue @@ -100,7 +100,7 @@ const comfrimyy = async () => { const response = await $api("OrderCreate", obj); $response(response, () => { if(response.status){ - if(response.action == "pay"){ + if(response.data.action == "pay"){ StartPay(); }else{ uni.navigateTo({