|
@@ -65,7 +65,7 @@
|
|
|
localStorage.clear();
|
|
|
location.href = '<?php echo Yii::app()->request->baseUrl . 'index.php?r=/common/activity/wxIndex&coupon_id='.$coupon_id; ?>';
|
|
|
} else {
|
|
|
- location.href = '<?php echo Yii::app()->request->baseUrl . 'index.php?r=/common/activity/getCoupon&coupon_id='.$coupon_id.'&userId='.userID; ?>';
|
|
|
+ location.href = '<?php echo Yii::app()->request->baseUrl . 'index.php?r=/common/activity/getCoupon&coupon_id='.$coupon_id.'&userId='; ?>'+userID;
|
|
|
|
|
|
}
|
|
|
document.write('<script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"><\/script>');
|