Commit 75139e2a authored by 周楠's avatar 周楠

add: product channel percent

parent d185283d
Pipeline #20375 passed with stage
in 2 minutes 42 seconds
......@@ -481,6 +481,7 @@ class ProductService extends Service {
abridge_desc: v.abridge_desc,
front_image: v.front_image,
back_image: v.back_image,
percent: v.percent ? v.percent : '0',
};
if (!ctx.isEmpty(v.partner_alias)) {
tmp.partner = v.partner_alias;
......
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