shish 3 lat temu
rodzic
commit
559caf66c4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/ProductController.php

+ 1 - 1
app-ghs/controllers/ProductController.php

@@ -112,7 +112,7 @@ class ProductController extends BaseController
         if (stringUtil::getWordNum($name) > 8) {
             $content = '<TEXT x="30" y="30" font="12" w="1" h="1" r="0">' . $name . '</TEXT>';
         } else {
-            $content = '<TEXT x="30" y="45" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
+            $content = '<TEXT x="30" y="30" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
         }
         //杭州斗南批发店
         if ($this->shopId == 4608) {