Commit eca13039 by libai

测试

parent 1d396ec7
Showing with 11 additions and 11 deletions
......@@ -188,18 +188,18 @@ try{
});
$(".swiper-slide").unbind("click").on("click",function(){
var _self=$(this).attr("data-type")
window.open(_self)
window.location.href=_self
var myJson = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg":'跳转页面',
"jump": _self
}
}
var obj=JSON.stringify(myJson);
appCollaboration(obj)
// var myJson = {
// "cid": 12,
// "reqCode": new Date().getTime(),
// "data": {
// "msg":'跳转页面',
// "jump": _self
// }
// }
// var obj=JSON.stringify(myJson);
// appCollaboration(obj)
})
}
})
......
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