Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 6600e974 authored 2 years ago by agan's avatar agan
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

修改参数

parent a1417233 master
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
  • footseen/lib/payLangchange.js
  • footseen/phonepay/applepay.html
footseen/lib/payLangchange.js
View file @ 6600e974
......@@ -858,7 +858,7 @@ $.ajaxSetup({
type: 'POST',
data: {
os: getRequest().os || getNavigatorStr(),
cid: sessionStorage.cidStr,
cid: getRequest().cidStr || sessionStorage.cidStr,
lang: sessionStorage.lang,
}
})
......
This diff is collapsed. Click to expand it.
footseen/phonepay/applepay.html
View file @ 6600e974
......@@ -324,7 +324,7 @@
</body>
<script src="../js/iosSelect.js"></script>
<script src="../lib/payLangchange.js?v=202212301536"></script>
<script src="../lib/payLangchange.js?v=202212301619"></script>
<script src="../js/phonepay.js?v=20210304201999999999"></script>
<script>
$('title').text(langList[langType].paytitle);
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment