@@ -588,7 +588,7 @@
<span class="tip_info" ng-if="storeInfo.type == 'DISTRIBUTION'">您已成功申请经销商店铺</span>
</div>
<div class="col-md-8" style="text-align: right;">
- <span class="tip_info" ng-if="store"><a ng-href="{{'store/' + store.uuid}}">进入我的店铺</a></span>
+ <span class="tip_info" ng-if="store"><a ng-href="{{isPcbStore ? 'pcb' : ('store/' + store.uuid)}}">进入我的店铺</a></span>