|
|
@@ -683,7 +683,7 @@ class Whlabelfz extends Start_Controller
|
|
|
'featurespp' => $yyh['featurespp'],
|
|
|
'time' => time(),
|
|
|
'dynum' => $info['1'],
|
|
|
- 'sku' => $info['sku'],
|
|
|
+ 'sku' => $yyh['sku'],
|
|
|
'label' => time() . rand(0, 9).$i
|
|
|
]];
|
|
|
}
|
|
|
@@ -898,6 +898,7 @@ class Whlabelfz extends Start_Controller
|
|
|
$text['purchase'] = $purchase['title'];
|
|
|
$text['cpbz'] = $info['cpbz'];
|
|
|
$text['usa'] = 0;
|
|
|
+ ob_clean();
|
|
|
$rows = array('type'=>1,'n'=>$n-1,'data'=>$v,'text'=>$text);
|
|
|
echo json_encode(array('rows'=>($rows),'success'=>true));exit;
|
|
|
|