Browse Source

修改搜索型号联系买卖家字段问题

shenjj 7 years ago
parent
commit
92a19b51a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/search/newkeycode.vue

+ 1 - 1
pages/mobile/search/newkeycode.vue

@@ -208,7 +208,7 @@
                        <div class="middle_bottom-leftitem clearfix">
                          <div class="bottom-title">电话</div><label style="float: left">:</label>
                          <div class="overHidden" style="width: 3.9rem">
-                           <a :href="'tel:' + AlertstoreInfo.enterprise.enTel" target="_blank" class="content-line" style="color: #2d8cf0">{{item.enTel}}</a>
+                           <a :href="'tel:' + item.enTel" target="_blank" class="content-line" style="color: #2d8cf0">{{item.enTel}}</a>
                          </div>
                        </div>
                        <!--<div class="middle_bottom-leftitem clearfix">-->