Browse Source

统一店铺地址

zhaohongpeng 7 years ago
parent
commit
7a46e5cd5b

+ 2 - 2
src/main/webapp/resources/view/common/store_header.html

@@ -339,8 +339,8 @@
 							<li ng-if="storeInfo.enterprise.enQQ.length > 0">
 								<span>QQ:</span><span ng-bind="storeInfo.enterprise.enQQ"></span>
 							</li>
-							<li ng-if="storeInfo.enterprise.enAddress.length > 0">
-								<span>地址:</span><span ng-bind="storeInfo.enterprise.enAddress"></span>
+							<li ng-if="storeInfo.enterprise.address.length > 0">
+								<span>地址:</span><span ng-bind="storeInfo.enterprise.address"></span>
 							</li>
 							<!--<li>
 								<span>传真:</span><span ng-bind="storeInfo.enterprise.enFax || '空'"></span>

+ 1 - 1
src/main/webapp/resources/view/store/default/contact.html

@@ -27,7 +27,7 @@
                 <div ng-if="storeInfo.enterprise.enPhone.length > 0">手机:<span ng-bind="storeInfo.enterprise.enPhone"></span></div>
                 <div ng-if="storeInfo.enterprise.enWeixin.length > 0">微信:<span ng-bind="storeInfo.enterprise.enWeixin"></span></div>
                 <div ng-if="storeInfo.enterprise.enQQ.length > 0">QQ:<span ng-bind="storeInfo.enterprise.enQQ"></span></div>
-                <div ng-if="storeInfo.enterprise.enAddress.length >0">地址:<span ng-bind="storeInfo.enterprise.enAddress">深圳市南山区科技园科技南五路英唐大厦一楼</span></div>
+                <div ng-if="storeInfo.enterprise.address.length >0">地址:<span ng-bind="storeInfo.enterprise.address">深圳市南山区科技园科技南五路英唐大厦一楼</span></div>
             </div>
 		</div>
 	</div>

+ 1 - 1
src/main/webapp/resources/view/usercenter/forstore/store_focus.html

@@ -403,7 +403,7 @@
 										</em>
 									</div>
 									<div class="list">地址:
-										<em ng-bind="item.storeInfo.enterprise.enAddress || '暂无地址信息'">1212314531455</em>
+										<em ng-bind="item.storeInfo.enterprise.address || '暂无地址信息'">1212314531455</em>
 									</div>
 								</div>
 							</div>