瀏覽代碼

pcb店铺维护页面跳转链接

yangc 7 年之前
父節點
當前提交
7dd6f32fa1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/resources/view/vendor/forstore/vendor_store_maintain.html

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_store_maintain.html

@@ -588,7 +588,7 @@
 							<span class="tip_info" ng-if="storeInfo.type == 'DISTRIBUTION'">您已成功申请经销商店铺</span>
 							<span class="tip_info" ng-if="storeInfo.type == 'DISTRIBUTION'">您已成功申请经销商店铺</span>
 						</div>
 						</div>
 						<div class="col-md-8" style="text-align: right;">
 						<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>
 						</div>
 						</div>
 					</div>
 					</div>
 				</div>
 				</div>