chenguoliang 5 years ago
parent
commit
31c06599b6

+ 2 - 1
h5v2/lyj_20200519_activity/winnerInfo.html

@@ -161,7 +161,8 @@ body{
 	function goAction(button){
         if(button.index==0){
             if(phoneFlag==1){
-                PageH5.tip('您已提交过手机号码!');
+                //PageH5.tip('您已提交过手机号码!');
+                location.href =  url_prefix + 'phone.html?prizeImg='+prizeImg;
             }else if(phoneFlag==2){
                 location.href =  url_prefix + 'phone.html?prizeImg='+prizeImg;
             }else{

+ 6 - 1
h5v2/lyj_20200519_activity/xxjnh.html

@@ -24,9 +24,14 @@
 		
 	function init(){
 		var html = '';
+		var uid_md5 = '';
+		try{
+			uid_md5 = hex_md5(uid);
+		}catch(e){
+		}
 		if(child_is_vip==1){
 			html+='<div style="position:absolute;left:0px;top:0px;"><img src="img/xxjnh.jpg" width="1280" height="720"/></div>';
-			html+='<div style="position:absolute;left:510px;top:267px;width:370px;height:30px;line-height:30px;text-align:center;font-size:20px;color:red;">'+hex_md5(uid)+'</div>';
+			html+='<div style="position:absolute;left:510px;top:267px;width:370px;height:30px;line-height:30px;text-align:center;font-size:20px;color:red;">'+uid_md5+'</div>';
 			html+='<div style="position:absolute;left:572px;top:645px;"><img id="btn0" src="'+linkImage+'"/></div>';
 			buttons.push({id: 'btn0', action: goAction,left: '',right: '',up: '',down: '',focusImage:'img/back_focus.png'});
 		}else{