浏览代码

fix fcode goods marcket price

stanley-king 7 年之前
父节点
当前提交
9217403c0d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      helper/model/goods_summary.php

+ 1 - 0
helper/model/goods_summary.php

@@ -192,6 +192,7 @@ class goods_summary
         if($is_fcode) {
             $fcode = new user_session\fcode();
             $summary['has_fcode'] = $fcode->goods_has_code($this->goods_id,$lock_num) == false ? false : true;
+            $summary['goods_price'] = $summary['goods_marketprice'];
         } else {
             $summary['has_fcode'] = false;
         }