|
|
@@ -1892,6 +1892,12 @@ class Systemprint extends Start_Controller {
|
|
|
{
|
|
|
$text['name'] = '速卖通';
|
|
|
}
|
|
|
+ elseif($fullorder_name == 'fullordertt'){
|
|
|
+ $text['name'] = 'TikTok';
|
|
|
+ }
|
|
|
+ elseif($fullorder_name == 'fullorderamz'){
|
|
|
+ $text['name'] = '亚马逊';
|
|
|
+ }
|
|
|
else
|
|
|
{
|
|
|
$text['name'] = '独立站';
|
|
|
@@ -1918,6 +1924,12 @@ class Systemprint extends Start_Controller {
|
|
|
{
|
|
|
$text['name'] = '速卖通';
|
|
|
}
|
|
|
+ elseif($fullorder_name == 'fullordertt'){
|
|
|
+ $text['name'] = 'TikTok';
|
|
|
+ }
|
|
|
+ elseif($fullorder_name == 'fullorderamz'){
|
|
|
+ $text['name'] = '亚马逊';
|
|
|
+ }
|
|
|
else
|
|
|
{
|
|
|
$text['name'] = '独立站';
|