|
@@ -4,7 +4,7 @@ class IndexController extends MoonClubBaseController {
|
|
|
public function actionIndex() {
|
|
|
|
|
|
$signPackage = CommonWeixin::get_sign();
|
|
|
- $current_uri = Yii::app()->request->baseUrl . '/o2o/index/index';
|
|
|
+ $current_uri = Yii::app()->request->baseUrl . '/moonclub/index/index';
|
|
|
$appToken = 'wz';
|
|
|
$this->renderpartial('index', array(
|
|
|
'signPackage' => $signPackage,
|