Browse Source

在买家中心点击 卖家中心的反应修改

wangdy 8 years ago
parent
commit
422569b547

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_index_ctrl.js

@@ -10,7 +10,7 @@ define(['app/app', 'calendar'], function(app) {
         $scope.userInfo = $rootScope.userInfo;
         //个人账户
         if (!$rootScope.userInfo.enterprise){
-            window.location.href = './register-saler';
+            window.location.href = './personalMaterial';
         }
         VendorService.getVendorInfo(null, function(data){
             $scope.vendor = data;

+ 2 - 1
src/main/webapp/resources/view/common/site-nav.html

@@ -215,7 +215,8 @@
         <li><a href=".">商城首页</a></li>
         <li ng-if="userInfo"><a href="user#/home">买家中心</a></li>
         <li ng-if="userInfo.enterprise && userInfo.enterprise.isVendor == 313"><a href="vendor">卖家中心</a></li>
-        <li ng-if="userInfo && (!userInfo.enterprise || userInfo.enterprise.isVendor != 313)" ><a href="./register-saler">卖家中心</a></li>
+        <li ng-if="userInfo && !userInfo.enterprise" ><a href="./personalMaterial">卖家中心</a></li>
+        <li ng-if="userInfo && userInfo.enterprise && userInfo.enterprise.isVendor != 313" ><a href="./register-saler">卖家中心</a></li>
         <li><a href="help/home" target="_blank">帮助中心</a></li>
         <!-- <li><a href="http://wpa.qq.com/msgrd?v=3&uin=3432892085&site=www.ubtoc.com&menu=yes" target="_blank">在线客服</a></li> -->
        <!-- <li><a href="javascript:void(0)">服务电话:400-830-1818</a></li>-->