Przeglądaj źródła

fix fcode address

stanley-king 8 lat temu
rodzic
commit
74296f2b4f
1 zmienionych plików z 1 dodań i 1 usunięć
  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)) {