|
|
@@ -53,9 +53,6 @@
|
|
|
<li><a ng-click="b2cLink('/')">商城首页</a></li>
|
|
|
<li ng-if="userInfo"><a ng-click="b2cLink('/user#/home')">买家中心</a></li>
|
|
|
<li><a ng-click="b2cLink('/vendor#/index')">卖家中心</a></li>
|
|
|
- <!--<li ng-if="userInfo.enterprise && userInfo.enterprise.isVendor == 313"><a ng-click="b2cLink('/vendor#/index')">卖家中心</a></li>-->
|
|
|
- <!--<li ng-if="userInfo && !userInfo.enterprise"><a ng-click="b2cLink('/personalMaterial')">卖家中心</a></li>-->
|
|
|
- <!--<li ng-if="userInfo && userInfo.enterprise && userInfo.enterprise.isVendor != 313" ><a ng-click="b2cLink('/register-saler')">卖家中心</a></li>-->
|
|
|
<li ng-if="userInfo" ><a ng-click="b2cLink('/sso#/index')">帐户中心</a></li>
|
|
|
<li><a ng-click="b2cLink('/help/home')" target="_black">帮助中心</a></li>
|
|
|
</ul>
|
|
|
@@ -191,19 +188,19 @@
|
|
|
<!-- body End -->
|
|
|
|
|
|
<!--金控广告 -->
|
|
|
-<!--<div ng-controller="AdController">-->
|
|
|
- <!--<div class="jinkong_bottom" ng-show="bannerShow" ng-class="{'jinkong_animation': jingKongAnmiation}"></div>-->
|
|
|
- <!--<div class="jinkong" ng-if="imgShow" ng-class="{'jinkong_animation': jingKongAnmiation}">-->
|
|
|
- <!--<div class="container">-->
|
|
|
- <!--<div class="img" ng-class="{'img_stater': imgAnmiation}">-->
|
|
|
- <!--<span class="qcrode_close close" ng-click="closeClick()">×</span>-->
|
|
|
- <!--<span class="close time" ng-if="!imgAnmiation">{{count}}s</span>-->
|
|
|
- <!--<img src="static/img/jinkong/xiaoren.png" ng-class="{'animation_xr': imgAnmiation}">-->
|
|
|
- <!--<img src="static/img/jinkong/qrcode.png">-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</div>-->
|
|
|
-<!--</div>-->
|
|
|
+<div ng-controller="AdController">
|
|
|
+ <div class="jinkong_bottom" ng-show="bannerShow" ng-class="{'jinkong_animation': jingKongAnmiation}"></div>
|
|
|
+ <div class="jinkong" ng-if="imgShow" ng-class="{'jinkong_animation': jingKongAnmiation}">
|
|
|
+ <div class="container">
|
|
|
+ <div class="img" ng-class="{'img_stater': imgAnmiation}">
|
|
|
+ <span class="qcrode_close close" ng-click="closeClick()">×</span>
|
|
|
+ <span class="close time" ng-if="!imgAnmiation">{{count}}s</span>
|
|
|
+ <img src="static/img/jinkong/xiaoren.png" ng-class="{'animation_xr': imgAnmiation}">
|
|
|
+ <img src="static/img/jinkong/qrcode.png">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
<!-- -金控广告 -->
|
|
|
|
|
|
<!-- footer Start -->
|