Commit ac52ea7c by libai

测试

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