From cd917be6dea6061c302627a6d75d5f3a14f4b620 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Thu, 14 Nov 2019 23:00:49 +0800 Subject: [PATCH] 0元支付 --- home.html | 2 +- js/pay.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home.html b/home.html index a5892f5..3a75924 100644 --- a/home.html +++ b/home.html @@ -83,7 +83,7 @@ - + diff --git a/js/pay.js b/js/pay.js index 5c2896e..f4b4fde 100644 --- a/js/pay.js +++ b/js/pay.js @@ -7,8 +7,8 @@ var webAppParams = null; var $btnObj = null; var $btnLoad = null; var flag = 0; -// var appWxID = getQueryString(window.location).appId; -var appWxID = 'wx945eccc8163fd75b' +var appWxID = getQueryString(window.location).appId; +// var appWxID = 'wx945eccc8163fd75b' var webAppCode = null;//如果是微信,先获取微信code //var $btnLoad = document.getElementById("loading"); window.onload = function () { -- libgit2 0.21.4