Forráskód Böngészése

pinglun jiatupian

NoteStar 5 éve
szülő
commit
f8562c37ad

+ 1 - 1
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/catalog/product/index/review.php

@@ -102,7 +102,7 @@
                                                 $imgpath =explode(",", $one['imgpath']);
                                                 foreach ($imgpath as $img) {
                                                     if($img){
-                                                        echo "<img class='pimg' src='http://img.fec.com/media/review".$img."'>";
+                                                        echo "<img class='pimg' src='http://img.queenabby.com/media/review".$img."'>";
                                                     }
 
                                                 }

+ 1 - 1
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/catalog/reviewproduct/lists.php

@@ -133,7 +133,7 @@
                                                     $imgpath =explode(",", $one['imgpath']);
                                                     foreach ($imgpath as $img) {
                                                         if($img){
-                                                            echo "<img class='pimg' src='http://img.fec.com/media/review".$img."'>";
+                                                            echo "<img class='pimg' src='http://img.queenabby.com/media/review".$img."'>";
                                                         }
 
                                                     }

+ 1 - 1
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/catalog/product/index/review.php

@@ -92,7 +92,7 @@
                                             $imgpath =explode(",", $one['imgpath']);
                                             foreach ($imgpath as $img) {
                                                 if($img){
-                                                    echo "<img class='pimg' src='http://img.fec.com/media/review".$img."'>";
+                                                    echo "<img class='pimg' src='http://img.queenabby.com/media/review".$img."'>";
                                                 }
 
                                             }

+ 1 - 1
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/catalog/reviewproduct/lists.php

@@ -133,7 +133,7 @@
                                                 $imgpath =explode(",", $one['imgpath']);
                                                 foreach ($imgpath as $img) {
                                                     if($img){
-                                                        echo "<img class='pimg' src='http://img.fec.com/media/review".$img."'>";
+                                                        echo "<img class='pimg' src='http://img.queenabby.com/media/review".$img."'>";
                                                     }
 
                                                 }

+ 1 - 1
vendor/fancyecommerce/fecshop/app/appadmin/theme/base/default/catalog/productreview/manageredit.php

@@ -70,7 +70,7 @@ use fecadmin\models\AdminRole;
                             $imgpath =explode(",", $review['imgpath']);
                             foreach ($imgpath as $img) {
                                 if($img){
-                                    echo "<img class='pimg' src='http://img.fec.com/media/review".$img."'>";
+                                    echo "<img class='pimg' src='http://img.queenabby.com/media/review".$img."'>";
                                 }
 
                             }