rabin 3 years ago
parent
commit
9a4d2d4680
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/agent/lib/Order.php

+ 1 - 0
service/agent/lib/Order.php

@@ -608,6 +608,7 @@ class Order
         if ($info['pay_pic']) {
             $temp = explode(',', $info['pay_pic']);
             foreach ($temp as $k => $v) {
+                $v = str_replace('https://cryl.yijiuguanfang.com/', 'http://d2.churenyiliao.com:8080/', $v);
                 $pay_pic .= '&nbsp;&nbsp;<a href="'.$v.'" target="_blank"><img src="'.$v.'" width="100" /></a>';
             }
         }