BJ_web_developers
/
PDA-Payment
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b9fc043ef8e7f7338ff0cec0285f754fc89888ac
Authored by
liuqimichale
2019-11-13 18:33:55 +0800
1 parent
81cc6ca2
签名
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
js/pay.js
js/pay.js
View file @
b9fc043
...
...
@@ -17,7 +17,6 @@ window.onload = function () {
17
17
$btnLoad = document.getElementById("loading");
18
18
19
19
$discountBtn = document.getElementById("discountBtn");
20
-
21
20
var webRoot = window.location.href;
22
21
//设置当前客户端浏览器模式[微信、支付宝、其他]
23
22
webAppClass.clientBrowser();
...
...