Commit a93c2c12 by doszhang

dos

parent 7af6182b
......@@ -88,7 +88,7 @@ function handleHebClick () {
showPrize(1);
}
function handleBjClick (types) {
function handleBjClick (event) {
//播放哈尔滨视频
//播放结束后跳转抽奖
......@@ -97,7 +97,7 @@ function handleBjClick (types) {
// $('.map-page').hide();
// $('.prize-page').show();
// showPrize(1);
console.log(types);
console.log(event.data.types);
}
function showMap () {
......
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