Reiskuchen 5 năm trước cách đây
mục cha
commit
4407f74e90
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      minigame/WebContent/static/lottery.html

+ 5 - 5
minigame/WebContent/static/lottery.html

@@ -58,19 +58,19 @@
                                 threshold = 4;
                             }else if(resp.data.prizeLevel == 0){
                             	threshold = 6;
-                            	src = "images/result_oil_60_2.png";
+                            	src = "images/reward_oil60_2.png";
                             }else if(resp.data.prizeLevel == 1){
                             	threshold = 7;   
-                            	src = "images/result_oil5_2.png";                       	
+                            	src = "images/reward_oil5_2.png";           	
                             }else if(resp.data.prizeLevel == 2){
                             	threshold = 2;
-                            	src = "images/result_oil10_2.png";                          	
+                            	src = "images/reward_oil10_2.png";                          	
                             }else if(resp.data.prizeLevel == 3){
                             	threshold = 5;
-                            	src = "images/result_soap2.png";                          	
+                            	src = "images/reward_soap2.png";                          	
                             }else if(resp.data.prizeLevel == 4){
                             	threshold = 0;
-                            	src = "images/result_book2.png";        	
+                            	src = "images/reward_book2.png";        	
                             }else{
                             	threshold = 4;
                             }