shish 3 سال پیش
والد
کامیت
9bca8f8580
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app-ghs/controllers/ProductController.php

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

@@ -65,7 +65,7 @@ class ProductController extends BaseController
         $content .= '<BC128 x="260" y="30" h="80" s="1" r="90" n="5" w="12">' . $ptItemId . '</BC128>';
         $content .= '<TEXT x="60" y="30" font="12" w="2" h="2" r="90">' . $unit . '</TEXT>';
         $content .= '<QR x="160"  y="390"  e="L"  w="5">https://api.shop.huahb.cn/item/show-info?id='.$id.'</QR>';
-        $content .= '<TEXT x="360" y="390" font="12" w="2" h="2" r="90">扫码看价格</TEXT>';
+        $content .= '<TEXT x="60" y="390" font="12" w="1" h="1" r="90">扫码看价格</TEXT>';
         $p->printLabelMsg($content);
         util::complete();
     }