|
@@ -297,7 +297,7 @@ class Sell
|
|
}
|
|
}
|
|
if ($this->view == 2) {
|
|
if ($this->view == 2) {
|
|
$check = false;
|
|
$check = false;
|
|
- if (isset($card_info) && $card_info && ) {
|
|
|
|
|
|
+ if (isset($card_info) && $card_info) {
|
|
$info['card']['goods'] = array();
|
|
$info['card']['goods'] = array();
|
|
$check = false;
|
|
$check = false;
|
|
$shop = Dever::db('shop/info')->find($info['shop_id']);
|
|
$shop = Dever::db('shop/info')->find($info['shop_id']);
|