|
|
@@ -367,10 +367,14 @@
|
|
|
<div class="contact-box" ng-if="item.contactBNox">
|
|
|
<div class="title"><i class="fa fa-close fa-lg" ng-click="item.contactBNox = false"></i></div>
|
|
|
<div class="content">
|
|
|
- <div class="company-title" ng-bind="item.storeName">深圳市优软科技</div>
|
|
|
+ <div class="company-title" ng-bind="item.storeInfo.enterprise.enName">深圳市优软科技</div>
|
|
|
<div class="list">
|
|
|
- <em>手机:<em ng-bind="item.storeInfo.enterprise.enTel || '暂无联系电话'">45413413131313</em></em>
|
|
|
- <em style="margin-left: 60px;">邮箱:<em ng-bind="item.storeInfo.enterprise.enFax || '暂无电子邮箱'">45413413131313</em></em>
|
|
|
+ <em>电话:
|
|
|
+ <em ng-bind="item.storeInfo.enterprise.enTel || '暂无联系电话'">45413413131313</em>
|
|
|
+ </em>
|
|
|
+ <em style="margin-left: 60px;">邮箱:
|
|
|
+ <em ng-bind="item.storeInfo.enterprise.enEmail || '暂无电子邮箱'">45413413131313</em>
|
|
|
+ </em>
|
|
|
</div>
|
|
|
<div class="list">地址:
|
|
|
<em ng-bind="item.storeInfo.enterprise.enAddress || '暂无地址信息'">1212314531455</em>
|