|
@@ -101,7 +101,7 @@ class Index extends BaseController
|
|
|
if($storeInfo['price'] == 0){
|
|
|
$storeInfo['price'] = round($storeInfo['ot_price'] * 1.15, 2);
|
|
|
}
|
|
|
- $storeInfo['market_price'] = round($storeInfo['price'] * 1.3, 2);
|
|
|
+ $storeInfo['market_price'] = round($storeInfo['price'] * 1.2, 2);
|
|
|
$score = Db::name("product_score")->where('product_id', $id)->find();
|
|
|
if($score) {
|
|
|
$attr = json_decode($score['attribute'], true);
|