Commit 7e521544 by 刘泽奇

123

parent a07c4127
...@@ -121,13 +121,15 @@ ...@@ -121,13 +121,15 @@
</div> </div>
<div style="clear:both"></div> <div style="clear:both"></div>
</div> </div>
<h4><i class="selftmreg_shuxian"></i>材料信息</h4> <h4
v-show="applyInfo.businessLicensePic || applyInfo.identityCardPic||applyInfo.gzwtsUrl||applyInfo.smwjUrl">
<i class="selftmreg_shuxian"></i>材料信息</h4>
<div style="font-size:14px;font-family:PingFangSC-Regular; font-weight:400;"> <div style="font-size:14px;font-family:PingFangSC-Regular; font-weight:400;">
<div style="width: 100%;margin-bottom: 23px;padding-left: 40px;box-sizing: border-box;"> <div style="width: 100%;margin-bottom: 23px;padding-left: 40px;box-sizing: border-box;">
<div v-if="applyInfo.businessLicensePic" <div v-if="applyInfo.businessLicensePic"
style="display:inline-block;padding-left:10px;cursor: pointer;margin-right:50px"> style="display:inline-block;padding-left:10px;cursor: pointer;margin-right:50px">
<img @click="window.open(applyInfo.businessLicensePic)" v-if="applyInfo.businessLicensePic" <img @click="window.open(applyInfo.businessLicensePic)" v-if="applyInfo.businessLicensePic"
src="/imgs/sbzc/yyzzD.png" :src="applyInfo.businessLicensePic"
style="margin-bottom:10px;height:112px;width:81px;border: 2px dashed rgb(233, 233, 233);display: block"> style="margin-bottom:10px;height:112px;width:81px;border: 2px dashed rgb(233, 233, 233);display: block">
<span style="font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400; <span style="font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;
color:#373737; color:#373737;
...@@ -136,7 +138,7 @@ ...@@ -136,7 +138,7 @@
<div v-if="deliveryInfo.gzwtsUrl" <div v-if="deliveryInfo.gzwtsUrl"
style="position: relative;display:inline-block;padding-left:10px;cursor: pointer;margin-right: 50px"> style="position: relative;display:inline-block;padding-left:10px;cursor: pointer;margin-right: 50px">
<img @click="window.open(deliveryInfo.gzwtsUrl)" v-if="deliveryInfo.gzwtsUrl" <img @click="window.open(deliveryInfo.gzwtsUrl)" v-if="deliveryInfo.gzwtsUrl"
src="/imgs/sbzc/wtsD.png" :src="deliveryInfo.gzwtsUrl"
style="margin-bottom:10px;height:112px;width:81px;border: 2px dashed rgb(233, 233, 233);display: block"> style="margin-bottom:10px;height:112px;width:81px;border: 2px dashed rgb(233, 233, 233);display: block">
<span style="font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400; <span style="font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;
color:#373737; color:#373737;
......
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