From 0df5ebeafa7fb28b33743099b119a55e0e0c6fa2 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Fri, 8 Nov 2019 17:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/View/default/Spend/pay_way.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/View/default/Spend/pay_way.html b/Application/Sdk/View/default/Spend/pay_way.html index eedbdd8f..d94418fc 100644 --- a/Application/Sdk/View/default/Spend/pay_way.html +++ b/Application/Sdk/View/default/Spend/pay_way.html @@ -190,7 +190,7 @@ - +

快捷支付

@@ -239,6 +239,12 @@ function small_program(status) { $(function() { var flag = false; + $("#shorcut").on('click', function() { + if (flag) return ; + flag = true; + var url = $(this).data('url'); + }); + $("#wxpay").on('click', function() { if (flag) return ; flag = true;