diff --git a/home/controllers/h5/market/sylive/Act.php b/home/controllers/h5/market/sylive/Act.php
index b2510cd2..b41f3812 100644
--- a/home/controllers/h5/market/sylive/Act.php
+++ b/home/controllers/h5/market/sylive/Act.php
@@ -322,7 +322,8 @@ class Act extends Wx {
'content' => $item['introduction'],
'banner' => $banner,
'state' => $order ? 0 : 1,
- 'text' => $order ? '已抢购' : '未抢购'
+ 'text' => $order ? '已抢购' : '未抢购',
+ 'skey' => $skey
];
$this->data['info'] = $info;
$this->data['_title'] = $row['title'];
diff --git a/home/views/h5/market/sylive/act/ucenter.php b/home/views/h5/market/sylive/act/ucenter.php
index 28e0ca59..5b67ea3f 100644
--- a/home/views/h5/market/sylive/act/ucenter.php
+++ b/home/views/h5/market/sylive/act/ucenter.php
@@ -22,6 +22,10 @@
+
+
+ 返回
+