Browse Source

ActivityController

DengTao 8 years ago
parent
commit
4be4ee6c0c

+ 1 - 0
www/protected/modules/common/controllers/ActivityController.php

@@ -90,6 +90,7 @@ class ActivityController extends O2oBaseController  {
             }
             $flag = 1;
         }
+        var_dump($flag);
         if($flag){
             $this->renderpartial('index');
         }else{

+ 1 - 1
www/protected/modules/common/views/activity/getCoupon.php

@@ -70,7 +70,7 @@
         }
 
 
-   
+
     if (location.hash == '#rd') {
         location.hash = '';
     }