Browse Source

commit in 2.11

小太阳 6 years ago
parent
commit
6141aee6dd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      js/SpecialScene.js

+ 3 - 1
js/SpecialScene.js

@@ -1,5 +1,7 @@
 //针对客户的需求,给不用的大场景修改
-var SpecialScene = function(){};
+var SpecialScene = function(){
+    
+};
 
 SpecialScene.prototype.special = function() {
     var num = manage.number("m"),that = this;