|
|
@@ -41,7 +41,8 @@ class HomeSpecialLogic extends BaseLogic
|
|
|
}
|
|
|
if($item->vue_web=='pages/web_view/index'){
|
|
|
$token = !empty($userInfo['token'])?$userInfo['token']:'';
|
|
|
- $item->vue_param = 'hrefUrl='.rawurlencode($domain.'/static/wxapp/H5/adver6/index.html?property_activity_id=5&token='.$token);
|
|
|
+ $property_activity_id = !empty($item->vue_param)?$item->vue_param:5;
|
|
|
+ $item->vue_param = 'hrefUrl='.rawurlencode($domain.'/static/wxapp/H5/adver6/index.html?property_activity_id='.$property_activity_id.'&token='.$token);
|
|
|
}
|
|
|
})
|
|
|
->toArray();
|