Commit 93726b71 authored by 任国军's avatar 任国军

creditcards add front_image & back_image

parent c0ae3180
......@@ -358,6 +358,8 @@ class ProductService extends Service {
business_notice: v.business_notice,
feature: v.feature,
abridge_desc: v.abridge_desc,
front_image: v.front_image,
back_image: v.back_image,
};
ret.push(tmp);
}
......@@ -400,6 +402,8 @@ class ProductService extends Service {
business_notice: v.business_notice,
feature: v.feature,
abridge_desc: v.abridge_desc,
front_image: v.front_image,
back_image: v.back_image,
};
ret.push(tmp);
}
......
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