Commit 0e887194 by libai

测试

parent a0cd4e43
Showing with 13 additions and 0 deletions
...@@ -450,6 +450,19 @@ $(function(){ ...@@ -450,6 +450,19 @@ $(function(){
// history.pushState('','','/mobile/'); // history.pushState('','','/mobile/');
// sessionStorage.pmt='undefined' // sessionStorage.pmt='undefined'
sessionStorage.myCid=myCid sessionStorage.myCid=myCid
$.ajaxSetup({
global: false,
type: 'get',
data: {
lang:2,
os:'h5',
cid:sessionStorage.myCid,
webVersion:'1000',
uid: localStorage.uid,
token: localStorage.token,
},
dataType: "JSON"
})
} }
}) })
} }
......
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