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 9d0d1968 authored 2 years ago by agan's avatar agan
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

修改bug

parent 7cf0c83c
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 3 deletions
  • footseen/phonepay/applepay.html
footseen/phonepay/applepay.html
View file @ 9d0d1968
...@@ -293,7 +293,8 @@ ...@@ -293,7 +293,8 @@
top: 0.18rem; top: 0.18rem;
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;
;
white-space: nowrap; white-space: nowrap;
} }
...@@ -307,7 +308,8 @@ ...@@ -307,7 +308,8 @@
<body> <body>
<div class="mHead"> <div class="mHead">
<div class="closeBtn"><a href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a></div> <div class="closeBtn"><a href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a>
</div>
</div> </div>
<div class="p-w"> <div class="p-w">
<div class='big-zuan-box'> <div class='big-zuan-box'>
...@@ -446,7 +448,7 @@ ...@@ -446,7 +448,7 @@
} }
//获取当前用户地区 //获取当前用户地区
if (sessionStorage.appversion != 'undefined' && sessionStorage.uid != 'undefined') { if (!sessionStorage.appversion && !sessionStorage.uid) {
$(".big-zuan-box").show(); $(".big-zuan-box").show();
$.ajax({ $.ajax({
url: $ip + '/user/getUserInfo.html', url: $ip + '/user/getUserInfo.html',
......
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