From 653dc47752a1f14d5f84c12fd2bf8ad1a6fbd313 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 13 Nov 2019 18:39:02 +0800 Subject: [PATCH] 签名 --- home.html | 2 +- js/pay.js | 1 + list.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home.html b/home.html index 54657e2..0d76843 100644 --- a/home.html +++ b/home.html @@ -83,7 +83,7 @@ - + diff --git a/js/pay.js b/js/pay.js index cf83900..d964f2e 100644 --- a/js/pay.js +++ b/js/pay.js @@ -208,6 +208,7 @@ var webAppClass = { var val = document.getElementById("sumMoney").innerText; //var couponPersonId = document.getElementById("discountBox").value; var url = webAppRoot + window.webAppH5.zeroPayServer; + alert(webAppParams.orderId) var discountParams = { payOrderType : 101, terminalSource:7, diff --git a/list.html b/list.html index 546aea3..5efa55a 100644 --- a/list.html +++ b/list.html @@ -181,6 +181,6 @@ } })(); - + -- libgit2 0.21.4