|
|
@@ -186,6 +186,8 @@ class ProductController extends BaseController
|
|
|
$content .= '<BC128 x="30" y="115" h="75" s="1" r="0" n="3" w="10">' . $ptItemId . '</BC128>';
|
|
|
if (in_array($mainId, [52, 1459])) {
|
|
|
$content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">惠雅鲜花</TEXT>';
|
|
|
+ } elseif ($mainId == 16948) {
|
|
|
+ $content .= '<TEXT x="30" y="250" font="12" w="2" h="2" r="0">惠雅鲜花</TEXT>';
|
|
|
} else {
|
|
|
$content .= '<TEXT x="30" y="250" font="12" w="1" h="1" r="0">' . $unit . '</TEXT>';
|
|
|
}
|