|
@@ -56,16 +56,16 @@ var advanceProjectTable = {
|
|
|
if (this.platform === 'wx') {
|
|
|
html += `<li>
|
|
|
<p class="name">业主单位</p>
|
|
|
- <div class="unitcenter caigouunit"
|
|
|
- <p class="textcontent ${hasOwnerAnchor}" data-cl-event="c_wx_unitportrait_buttonclick">${this.tableInfo.owner}</p>
|
|
|
+ <div class="unitcenter caigouunit">
|
|
|
+ <p class="textcontent ${hasOwnerAnchor}" style="width: 3.8rem" data-cl-event="c_wx_unitportrait_buttonclick">${this.tableInfo.owner}</p>
|
|
|
<span class="go-look go-buyer ${hasOwnerAnchor}" data-cl-event="c_wx_unitportrait_buttonclick">立即查看</span>
|
|
|
</div>
|
|
|
</li>`
|
|
|
} else {
|
|
|
- html += `<li class="caigouunit commonUser">
|
|
|
+ html += `<li class="caigouunit">
|
|
|
<p class="name">业主单位</p>
|
|
|
<div class="unitcenter">
|
|
|
- <p class="textcontent ${hasOwnerAnchor}">${this.tableInfo.owner}</p>
|
|
|
+ <p class="textcontent ${hasOwnerAnchor}" style="width: 3.8rem">${this.tableInfo.owner}</p>
|
|
|
<div class="unitbtn ${hasOwnerAnchor}">
|
|
|
立即查看
|
|
|
<span class="iconunit" style="display:none;"></span>
|