Commit 7acc3bdb by libai

测试

parent bc1c4e0f
Showing with 13 additions and 0 deletions
......@@ -408,6 +408,19 @@
$(function(){
//判斷渠道
liveList(1)
if(sessionStorage.type=="pwa"){
$.ajax({
url:$ip+'activeLog/webActive',
data:{
activeType:8,
pageID:localStorage.canvasCode,
},
success:function(data){
}
})
}
if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined'){
if(sessionStorage.pmt=="other"){
$.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