|
@@ -360,7 +360,7 @@ define(['base', '$', 'api'], function (base, $, api) {
|
|
|
height: 10637
|
|
|
}
|
|
|
]
|
|
|
- },{
|
|
|
+ }, {
|
|
|
id: "57fb4a909f5160b2048b4a0e",
|
|
|
price: "10",
|
|
|
name: "擦玻璃-每平米",
|
|
@@ -381,8 +381,8 @@ define(['base', '$', 'api'], function (base, $, api) {
|
|
|
height: 11906
|
|
|
}
|
|
|
]
|
|
|
- }
|
|
|
- /*{
|
|
|
+ },
|
|
|
+ {
|
|
|
id: "57e3a5a49f5160c9048b457c",
|
|
|
price: "",
|
|
|
name: "母婴房清洁",
|
|
@@ -391,7 +391,7 @@ define(['base', '$', 'api'], function (base, $, api) {
|
|
|
status: 1,
|
|
|
is_extra: 0,
|
|
|
order: 200,
|
|
|
- type: "6",
|
|
|
+ type: "7",
|
|
|
type_str: "母婴房清洁",
|
|
|
extra: [
|
|
|
{
|
|
@@ -443,7 +443,46 @@ define(['base', '$', 'api'], function (base, $, api) {
|
|
|
height: 1111
|
|
|
}
|
|
|
]
|
|
|
- }*/
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "580722f9a84ea0af278b4581",
|
|
|
+ name: "租房大扫除",
|
|
|
+ imgSrc: 'http://odulvej8l.bkt.clouddn.com/%E5%A3%B9%E7%AE%A1%E5%AE%B6%E7%A7%9F%E6%88%BF%E5%A4%A7%E6%89%AB%E9%99%A4%E9%A6%96%E5%9B%BE.jpg',
|
|
|
+ desc: [{content: "http://odqeoyzxd.bkt.clouddn.com/image/image_jdqx.jpg"}, {content: "家电清洗"}],
|
|
|
+ status: 1,
|
|
|
+ is_extra: 0,
|
|
|
+ order: 0,
|
|
|
+ type: "8",
|
|
|
+ type_str: "租房大扫除",
|
|
|
+ extra: [
|
|
|
+ {
|
|
|
+ type: "客厅",
|
|
|
+ price: "100"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "厨房",
|
|
|
+ price: "150"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "卧室",
|
|
|
+ price: "100"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "卫生间",
|
|
|
+ price: "150"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ action_user: "",
|
|
|
+ action_time: "",
|
|
|
+ action_log: "",
|
|
|
+ pics: [
|
|
|
+ {
|
|
|
+ url: "http://odulvej8l.bkt.clouddn.com/%E7%A7%9F%E6%88%BF%E5%A4%A7%E6%89%AB%E9%99%A4%E8%AF%A6%E6%83%85%E9%A1%B5.jpg",
|
|
|
+ width: 720,
|
|
|
+ height: 11906
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
];
|
|
|
|
|
|
//列出所有的产品
|
|
@@ -461,11 +500,11 @@ define(['base', '$', 'api'], function (base, $, api) {
|
|
|
var extraroducts = res['data']['extra_products'];
|
|
|
// that.extraService = extraroducts;
|
|
|
|
|
|
- for(var i in that.productGroup) {
|
|
|
+ for (var i in that.productGroup) {
|
|
|
that.productGroup[i] = [];
|
|
|
}
|
|
|
|
|
|
- for(var i in that.extraProductGroup) {
|
|
|
+ for (var i in that.extraProductGroup) {
|
|
|
that.extraProductGroup[i] = [];
|
|
|
}
|
|
|
|