|
@@ -11,15 +11,4 @@ class IndexController extends O2oBaseController {
|
|
|
'current_uri' => $current_uri,
|
|
|
));
|
|
|
}
|
|
|
-
|
|
|
- public function actionDeal() {
|
|
|
- $signPackage = CommonWeixin::get_sign();
|
|
|
- $current_uri = Yii::app()->request->baseUrl . '/o2o/index/deal';
|
|
|
- $appToken = 'wz';
|
|
|
- $this->renderpartial('deal', array(
|
|
|
- 'signPackage' => $signPackage,
|
|
|
- 'appToken' => $appToken,
|
|
|
- 'current_uri' => $current_uri,
|
|
|
- ));
|
|
|
- }
|
|
|
}
|