Commit a8af3fff authored by 方斌's avatar 方斌

z

parent 4534700c
Pipeline #16239 passed with stage
in 46 seconds
......@@ -511,6 +511,7 @@ class ProductService extends Service {
if(v.cities && v.cities.length > 0 && city != '') {
if(v.cities.indexOf(city)) {
console.log('imh----------------')
tmp = {
type: v.type,
business_id: v.business_id,
......@@ -530,6 +531,7 @@ class ProductService extends Service {
front_image: v.front_image,
back_image: v.back_image,
};
ret.push(tmp);
}
} else {
......@@ -552,11 +554,12 @@ class ProductService extends Service {
front_image: v.front_image,
back_image: v.back_image,
};
ret.push(tmp);
}
ret.push(tmp);
}
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment