|
|
@@ -37,6 +37,8 @@ class ProductController extends Controller
|
|
|
foreach ($productList as $post) {
|
|
|
$post['copy'] = 1;
|
|
|
$post['auth'] = 0;
|
|
|
+ $post['skPrice'] = $post['price'];
|
|
|
+ $post['hjPrice'] = $post['price'];
|
|
|
$post['sjId'] = $shop->sjId ?? 0;
|
|
|
unset($post['viewNum']);
|
|
|
unset($post['actualSold']);
|