|
@@ -435,6 +435,10 @@ class Info
|
|
|
|
|
|
$this->getPrice($info, $other);
|
|
|
}
|
|
|
+
|
|
|
+ if (!$info['attr']) {
|
|
|
+ $info['price_type'] = 1;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if (isset($info['cdate']) && $info['cdate']) {
|
|
@@ -445,9 +449,6 @@ class Info
|
|
|
|
|
|
$this->getGroup($info);
|
|
|
|
|
|
- if (!$info['attr']) {
|
|
|
- $info['price_type'] = 1;
|
|
|
- }
|
|
|
|
|
|
|
|
|
unset($info['f_price']);
|