|
@@ -106,6 +106,13 @@ function handleComplete(evt, comp) {
|
|
dishIndex = $(".select-dish-box .item.active").index();
|
|
dishIndex = $(".select-dish-box .item.active").index();
|
|
$(".select-dish-box").hide();
|
|
$(".select-dish-box").hide();
|
|
$(".game-box").show();
|
|
$(".game-box").show();
|
|
|
|
+ $(".cut-mode2").show();
|
|
|
|
+ $(".cut-mode2").on("click",function(){
|
|
|
|
+ $(this).hide();
|
|
|
|
+ })
|
|
|
|
+ $(".move-mode2").on("click",function(){
|
|
|
|
+ $(this).hide();
|
|
|
|
+ })
|
|
|
|
|
|
// 判断是哪个菜
|
|
// 判断是哪个菜
|
|
if(dishIndex == 0){
|
|
if(dishIndex == 0){
|
|
@@ -631,12 +638,15 @@ function handleComplete(evt, comp) {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
stage.removeChild(lineShape);
|
|
stage.removeChild(lineShape);
|
|
clearInterval(lineTimr);
|
|
clearInterval(lineTimr);
|
|
exportRoot.removeAllEventListeners();
|
|
exportRoot.removeAllEventListeners();
|
|
|
|
|
|
|
|
|
|
bowlAnim(function() {
|
|
bowlAnim(function() {
|
|
|
|
+
|
|
|
|
+ $(".move-mode2").show();
|
|
if(dishIndex == 0){
|
|
if(dishIndex == 0){
|
|
dishMove(exportRoot.plate.hsr_icon1,0,0);
|
|
dishMove(exportRoot.plate.hsr_icon1,0,0);
|
|
dishMove(exportRoot.plate.hsr_icon2,0,0);
|
|
dishMove(exportRoot.plate.hsr_icon2,0,0);
|