Commit 2dc494e8 by 陈超

T

parent 6307058c
......@@ -894,4 +894,9 @@ div::-webkit-scrollbar {
.pay_course_bottom {
padding: 0.75rem;
}
/* Goods Detail */
.goods_detail_top {
}
\ No newline at end of file
......@@ -171,7 +171,17 @@ class GoodsAction extends Action
$split_score = model('Xdata')->get("admin_Config:rechargeIntoConfig");
unset($split_score['rechange_default']);
$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('address', $address);
$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