From aca929bff792b165fc6ace9405463e4c4be4a0fb Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 31 Oct 2019 18:03:54 +0800 Subject: [PATCH] scheme txyxsdk --- Application/Sdk/View/default/Spend/pay_way.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/View/default/Spend/pay_way.html b/Application/Sdk/View/default/Spend/pay_way.html index c414934e..af9bf21c 100644 --- a/Application/Sdk/View/default/Spend/pay_way.html +++ b/Application/Sdk/View/default/Spend/pay_way.html @@ -221,7 +221,7 @@ function small_program(status) { //alert(status); if (status == 1) { // 小程序 if ($('#sdk_version').val() == 1) { // android - window.mengchuang.getSmallRoutine($('#small_json').val()); + window.txyxsdk.getSmallRoutine($('#small_json').val()); } else { window.webkit.messageHandlers.miniprogramPay.postMessage($('#small_json').val()); } @@ -266,7 +266,7 @@ $(function() { } else { if ($('#sdk_version').val() == 1) - window.mengchuang.getZFBPay(data.url); + window.txyxsdk.getZFBPay(data.url); else window.webkit.messageHandlers.noticeAppResult.postMessage(data.url); }