|
@@ -382,6 +382,7 @@
|
|
|
if(res.code==0){
|
|
|
init.gameNum -= 1;
|
|
|
H("lotteryPopup");
|
|
|
+ G("num").innerHTML = G("num").innerHTML>=1?G("num").innerHTML-1:0;
|
|
|
if(res.data.yes.prize_status=="none"){
|
|
|
nowin("nowin");
|
|
|
}else if(res.data.yes.prize_status=="real"){//中奖
|
|
@@ -1000,7 +1001,7 @@
|
|
|
}
|
|
|
|
|
|
function fullscreenPlay(mid,idx) {
|
|
|
- idx = idx*1-1 || 0;
|
|
|
+ idx = idx || 0;
|
|
|
var playIntent = {
|
|
|
package : "com.hunantv.operator",
|
|
|
action: "mangotv://com.hunantv.operator/player/vod",
|