Commit 2dc494e8 by 陈超

T

parent 6307058c
...@@ -895,3 +895,8 @@ div::-webkit-scrollbar { ...@@ -895,3 +895,8 @@ div::-webkit-scrollbar {
.pay_course_bottom { .pay_course_bottom {
padding: 0.75rem; padding: 0.75rem;
} }
/* Goods Detail */
.goods_detail_top {
}
\ No newline at end of file
...@@ -172,6 +172,16 @@ class GoodsAction extends Action ...@@ -172,6 +172,16 @@ class GoodsAction extends Action
unset($split_score['rechange_default']); unset($split_score['rechange_default']);
$sple_score = array_filter(explode(':', $split_score['sple_score']))[1] / array_filter(explode(':', $split_score['sple_score']))[0]; $sple_score = array_filter(explode(':', $split_score['sple_score']))[1] / array_filter(explode(':', $split_score['sple_score']))[0];
//如果是ajax并且为h5访问 直接输出后边的数据
// if ($this->isAjax() && $this->is_wap && $_GET['api']) {
// echo json_encode(array(
// 'status': 1,
// 'data' => $data,
// 'address' => $address,
// 'goodsOrder' => $goodsOrder['data']
// ));
// }
$this->assign('data', $data); $this->assign('data', $data);
$this->assign('address', $address); $this->assign('address', $address);
$this->assign('goodsOrder', $goodsOrder['data']); $this->assign('goodsOrder', $goodsOrder['data']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment