Commit d0b94cab authored by hujun's avatar hujun

cashBackList

parent 573f6661
......@@ -28,7 +28,7 @@ class Coupon extends Basic
public function couponList() {
if (!$this->request->isAjax()) {
return view('couponList');
return view('cashBackList');
}
$page_no = empty($this->params['page_no']) ? 1 : $this->params['page_no'];
......
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