shish 4 лет назад
Родитель
Сommit
3c9a02f8e0
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="360" y="30" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
             $content .= '<BC128 x="260" y="30" h="80" s="1" r="90" n="5" w="12">' . $goodsSn . '</BC128>';
             if ($key % 2 == 1) {
-                $content .= '<TEXT x="265" y="120" font="12" w="3" h="3" r="0">.</TEXT>';
+                $content .= '<TEXT x="415" y="20" font="12" w="2" h="2" r="90">.</TEXT>';
             }
             $content .= '<TEXT x="90" y="30" font="12" w="2" h="2" r="90">' . $price . '元</TEXT>';
             $p->times = $num;