wupengfei 2 years ago
parent
commit
2a28550004
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/mall/controller/CouponConfig.php

+ 1 - 0
application/mall/controller/CouponConfig.php

@@ -185,6 +185,7 @@ class  CouponConfig extends Controller
      */
     public function user_coupon()
     {
+        $this->title = '领取记录';
         $coupon_id = input('id');
         $status_arr = ['','正常','已使用','过期','删除'];
         $this->assign('status_arr',$status_arr);