shish 3 лет назад
Родитель
Сommit
04bde7df15
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/PlantCgController.php

+ 1 - 1
app-hd/controllers/PlantCgController.php

@@ -42,7 +42,7 @@ class PlantCgController extends BaseController
             $content = '<TEXT x="30" y="35" font="12" w="2" h="2" r="0">' . $name . '</TEXT>';
             $content .= '<BC128 x="30" y="105" h="75" s="1" r="0" n="3" w="10">' . $goodsSn . '</BC128>';
             if ($key % 2 == 1) {
-                $content .= '<TEXT x="20" y="10" font="12" w="2" h="2" r="0">.</TEXT>';
+                $content .= '<TEXT x="0" y="0" font="12" w="2" h="2" r="0">.</TEXT>';
             }
             $content .= '<TEXT x="30" y="250" font="11" w="2" h="2" r="0">' . $price . '元</TEXT>';
             $p->times = $num;