소스 검색

fix fcode address

stanley-king 8 년 전
부모
커밋
74296f2b4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      admin/control/stat_anotice.php

+ 1 - 1
admin/control/stat_anotice.php

@@ -88,7 +88,7 @@ class stat_anoticeControl extends SystemControl
             $val['used'] = $item['nc_count'] - $unused;
             $val['binded'] = $binded;
 
-            $url = BASE_SITE_URL . "/mobile/index.php?act=fcode&op=index&common_id={$item['goods_commonid']}&batch_code={$item['batch_code']}";
+            $url = "http://p.lrlz.com/mobile/index.php?act=fcode&op=index&common_id={$item['goods_commonid']}&batch_code={$item['batch_code']}";
             $val['fc_link'] = $url;
             $goods = $mod_goods->where(array('goods_commonid' => $item['goods_commonid']))->limit(1)->select();
             if(empty($goods)) {