Commit 2bf93dcf authored by youjie's avatar youjie

no message

parent 0c2156bf
...@@ -166,9 +166,12 @@ ...@@ -166,9 +166,12 @@
$(`.yifang`).html(InfoData.Tourists_Name) $(`.yifang`).html(InfoData.Tourists_Name)
$(`.yifangfr`).html(InfoData.LegalPersonName) $(`.yifangfr`).html(InfoData.LegalPersonName)
if(InfoData.Tourists_Sign==''){ if(InfoData.Tourists_Sign==''){
// $(`.yifangfr2`).html(InfoData.LegalPersonName)
}else{ }else{
$(`.yifangfr2`).html(`<img class="signName" src="${InfoData.Tourists_Sign}" alt="">`) var name = `<img class="signName" src="${InfoData.Tourists_Sign}" alt="">`
var nameGZ = ""
if(InfoData.TravelAgencySignature) nameGZ = `<img class="signGZ" src="${InfoData.TravelAgencySignature}" alt="">`
$(`.yifangfr2`).html(name+nameGZ)
} }
$(`.jinyindi`).html(InfoData.Tourists_Addres) $(`.jinyindi`).html(InfoData.Tourists_Addres)
...@@ -291,6 +294,13 @@ ...@@ -291,6 +294,13 @@
width: 50px; width: 50px;
height: 50px; height: 50px;
} }
.signGZ{
position: absolute;
top: -10px;
right: -40px;
width: 50px;
height: 50px;
}
</style> </style>
</html> </html>
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