Commit f72b80a7 by 庄冰

logo

parent e86b644a
...@@ -84,6 +84,12 @@ class LogoOrderService { ...@@ -84,6 +84,12 @@ class LogoOrderService {
}); });
if(logodownRes && logodownRes.status==0 && logodownRes.data && logodownRes.data.down_url){ if(logodownRes && logodownRes.status==0 && logodownRes.data && logodownRes.data.down_url){
deliveryContent.down_url = logodownRes.data.down_url; deliveryContent.down_url = logodownRes.data.down_url;
if(deliveryContent.color_description){
deliveryContent.color_description = deliveryContent.color_description.replace(/\"/g,"\\\"");;
}
if(deliveryContent.font_description){
deliveryContent.font_description = deliveryContent.font_description.replace(/\"/g,"\\\"");;
}
this.putOrderDelivery(deliveryContent,ab.orderNo); this.putOrderDelivery(deliveryContent,ab.orderNo);
return system.getResultSuccess(logodownRes.data.down_url); return system.getResultSuccess(logodownRes.data.down_url);
}else{ }else{
......
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