洪海涛 8 years ago
parent
commit
f9a66a3b61

File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/main.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/model/product.js


File diff suppressed because it is too large
+ 1 - 1
www/webapp/o2o/js/build/template.js


+ 9 - 8
www/webapp/o2o/js/model/product.js

@@ -818,7 +818,7 @@ define(['base', '$', 'api'], function (base, $, api) {
                 status: 1,
                 is_extra: 0,
                 order: 0,
-                type: "5",
+                type: "6",
                 type_str: "新居开荒",
                 action_user: "",
                 action_time: "",
@@ -895,7 +895,7 @@ define(['base', '$', 'api'], function (base, $, api) {
                 status: 1,
                 is_extra: 0,
                 order: 0,
-                type: "6",
+                type: "10",
                 type_str: "擦玻璃",
                 action_user: "",
                 action_time: "",
@@ -977,7 +977,7 @@ define(['base', '$', 'api'], function (base, $, api) {
                 status: 1,
                 is_extra: 0,
                 order: 200,
-                type: "7",
+                type: "8",
                 type_str: "母婴房清洁",
                 extra: [
                     {
@@ -1038,7 +1038,7 @@ define(['base', '$', 'api'], function (base, $, api) {
                 status: 1,
                 is_extra: 0,
                 order: 0,
-                type: "8",
+                type: "9",
                 type_str: "租房清洁",
                 extra: [
                     {
@@ -1143,7 +1143,7 @@ define(['base', '$', 'api'], function (base, $, api) {
                 status: 1,
                 is_extra: 0,
                 order: 0,
-                type: "9",
+                type: "11",
                 type_str: "日常保洁2小时体验",
                 action_user: "",
                 action_time: "",
@@ -1195,7 +1195,8 @@ define(['base', '$', 'api'], function (base, $, api) {
                         height: 644
                     }
                 ]
-            },
+            }
+            /*,
 	          {
 		        id: "5835418aa84ea0a7748b4587",
 		        name: "小时工单次",
@@ -1204,7 +1205,7 @@ define(['base', '$', 'api'], function (base, $, api) {
 		        status: 1,
 		        is_extra: 0,
 		        order: 0,
-		        type: "10",
+		        type: "12",
 		        type_str: "长期订",
 		        extra: [
 			        {
@@ -1387,7 +1388,7 @@ define(['base', '$', 'api'], function (base, $, api) {
 				        height: 850
 			        }
 		        ]
-	        }
+	        }*/
         ];
         //列出所有的产品
         Product.prototype.getListAll = function (userID, callback) {

Some files were not shown because too many files changed in this diff