|
@@ -35,10 +35,8 @@ class ActivityController extends O2oBaseController
|
|
//扫码跳转11元订单页面,回掉微信接口,注册用户信息,然后生成订单
|
|
//扫码跳转11元订单页面,回掉微信接口,注册用户信息,然后生成订单
|
|
public function actionScanCoupon()
|
|
public function actionScanCoupon()
|
|
{
|
|
{
|
|
- $name = Yii::app()->request->getParam('name');
|
|
|
|
- $phone = Yii::app()->request->getParam('phone');
|
|
|
|
- $address = Yii::app()->request->getParam('address');
|
|
|
|
- $this->renderpartial('SinglesDay');
|
|
|
|
|
|
+ $this->redirect('http://common.yiguanjia.me/index.php?r=o2o/web/index');
|
|
|
|
+ //$this->renderpartial('//protected/modules/o2o/Web');
|
|
}
|
|
}
|
|
|
|
|
|
//扫码获取代金券
|
|
//扫码获取代金券
|