Commit 767a9c65 authored by dragondean@qq.com's avatar dragondean@qq.com

修复提单模板图片地址

parent 9e211e8f
const prefix = 'https://static.jd.jdshangmen.com' const prefix = 'https://static2.groupage.cn'
const sea = ` const sea = `
<table style="width:100%;"> <table style="width:100%;">
...@@ -352,7 +352,7 @@ const agreementSea = ` ...@@ -352,7 +352,7 @@ const agreementSea = `
</td> </td>
<td style="font-size:16px;text-align:center;font-family:'Times New Roman';"> <td style="font-size:16px;text-align:center;font-family:'Times New Roman';">
<p class="sign" style="margin-left:23px;"> <p class="sign" style="margin-left:23px;">
<img src="http://v4.groupage.cn/Public/images/qianming.png" style="width:219px;height:98px;"> <img src="${prefix}/qianming.png" style="width:219px;height:98px;">
</p> </p>
</td> </td>
</tr> </tr>
...@@ -485,7 +485,7 @@ const agreementAir = ` ...@@ -485,7 +485,7 @@ const agreementAir = `
</td> </td>
<td style="font-size:16px;text-align:center;font-family:'Times New Roman';"> <td style="font-size:16px;text-align:center;font-family:'Times New Roman';">
<p class="sign" style="margin-left:23px;"> <p class="sign" style="margin-left:23px;">
<img src="http://v4.groupage.cn/Public/images/qianming.png" style="width:219px;height:98px;"> <img src="${prefix}/qianming.png" style="width:219px;height:98px;">
</p> </p>
</td> </td>
</tr> </tr>
......
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