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

libai / guodong

  • 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 ac52ea7c authored a year ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent d4f236bf
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 3 deletions
  • gzh/index.html
  • gzh/myData.html
gzh/index.html
View file @ ac52ea7c
......@@ -344,7 +344,7 @@
}else if(data.code==-70010){
layerTips(data.msg,'提现将通过银行卡付款,请先绑定银行卡')
$(".msgBox-btn-yes").unbind("click")
sessionStorage.name=data.data;
sessionStorage.name=data.data.name;
$(".msgBox-btn-yes").on("click", function () {
layer.closeAll()
sessionStorage.change=0;
......
This diff is collapsed. Click to expand it.
gzh/myData.html
View file @ ac52ea7c
......@@ -40,6 +40,9 @@
top: 0.4rem;
z-index: 50;
}
.bottom-arrow{
left: 8rem;
}
</style>
</head>
<body>
......@@ -127,9 +130,10 @@
return theRequest;
}
if (bbb.indexOf("file:///D") > -1) {
sessionStorage.uid = 23865771;
sessionStorage.token = 'debug'
localStorage.uid = 21654968;
localStorage.token = '0e5894ea137749038c5dd1660be201f3'
sessionStorage.roomId=23864554
// sessionStorage.pkg='qiezi'
}
//ajax设置默认参数
......
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