From e8024c97ac76dc8759f2f6eb8d2736c66ff4d87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BD=B3=E5=AE=87?= <17601616548@163.com> Date: Sat, 28 Sep 2024 16:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9B=E5=BB=BA=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=AE=8C=E8=B7=B3=E8=BD=ACbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/main/tjyy/tjyy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({