Authored by 周少峰

gulp ge

... ... @@ -7909,6 +7909,7 @@ $('#buyLimit').on('touchstart', function() {
window.location.href = '//m.yohobuy.com/signin.html?refer=' + urlArray[0] + '?product_type=ticket';
return false;
}
return true;
}
// 门票登录后自动弹出
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -109,6 +109,7 @@ $('#buyLimit').on('touchstart', function() {
window.location.href = '//m.yohobuy.com/signin.html?refer=' + urlArray[0] + '?product_type=ticket';
return false;
}
return true;
}
// 门票登录后自动弹出
... ...
... ... @@ -19,16 +19,22 @@ class DetailController extends AbstractAction
*/
public function indexAction()
{
$productId = $this->param('productId');
// $productId = 356648;
if (!is_numeric($productId)) {
$this->error();
}
$goodsId = $this->param('goodsId');
// $goodsId = 455366;
if (!is_numeric($goodsId)) {
$this->error();
}
// $productId = $this->param('productId');
//// $productId = 356648;
// if (!is_numeric($productId)) {
// $this->error();
// }
// $goodsId = $this->param('goodsId');
//// $goodsId = 455366;
// if (!is_numeric($goodsId)) {
// $this->error();
// }
$productId = 500054;
$goodsId = 455760;
//taopiao
// $productId = 500060;
// $goodsId = 455768;
$uid = $this->getUid();
$vipLevel = 0;
... ...