|
@@ -134,8 +134,9 @@ class HomeService
|
|
|
public function getSpringLive()
|
|
|
{
|
|
|
$arr = [
|
|
|
- ['name' => '普技工专场', 'images' => theme_asset('mobile/images/online2021/qrcode_doctor.png') . '?v=3', 'time' => '2023年2月2日 15:00-17:00', 'company' => '', 'status' => 'unstart', 'url' => 'https://wx.vzan.com/live/page/751180164?shauid=aZ59T5QhZeFbth6iU9up7Q**&vprid=0&sharetstamp=1673345500817'],
|
|
|
- ['name' => '高校毕业生暨硕博人才开发区企业专场', 'images' => theme_asset('mobile/images/online2021/qrcode_worker.png') . '?v=3', 'time' => '2023年2月10日 15:00-17:00', 'company' => '', 'status' => 'unstart', 'url' => 'https://wx.vzan.com/live/page/1718142599?shauid=jd8mXapnc1ccaet7mLK7qQ**&vprid=0&sharetstamp=1673365452954'],
|
|
|
+ ['name' => '新春才市,大咖有约', 'images' => theme_asset('mobile/images/online2021/qrcode_doctor.png') . '?v=3', 'time' => '2月18日 15:00-16:00(正月初九)', 'company' => '', 'status' => 'unstart', 'url' => '#'],
|
|
|
+ ['name' => '综合场', 'images' => theme_asset('mobile/images/online2021/qrcode_worker.png') . '?v=3', 'time' => '2月20日 15:00-16:30(正月十一)', 'company' => '', 'status' => 'unstart', 'url' => '#'],
|
|
|
+ ['name' => '普技工专场', 'images' => theme_asset('mobile/images/online2021/qrcode_worker.png') . '?v=3', 'time' => '2月26日 15:00-16:30(正月十七)', 'company' => '', 'status' => 'unstart', 'url' => '#'],
|
|
|
];
|
|
|
|
|
|
return $arr;
|