|
@@ -383,7 +383,7 @@ class WelcomeController extends BaseController
|
|
if($custom_activity_page){
|
|
if($custom_activity_page){
|
|
$charge_count = Order::where('uid',$this->uid)->where('status','PAID')->count();
|
|
$charge_count = Order::where('uid',$this->uid)->where('status','PAID')->count();
|
|
if($charge_count ==0 ){
|
|
if($charge_count ==0 ){
|
|
- $url = $h5_scheme . '://' . _domain() . $custom_activity_page->activity_page . '&fromtype=reader';;
|
|
|
|
|
|
+ $url = $h5_scheme . '://' . _domain() . $custom_activity_page->activity_page;
|
|
$is_show_activity = 1;
|
|
$is_show_activity = 1;
|
|
$activity_title = '优惠活动';
|
|
$activity_title = '优惠活动';
|
|
$bottom_show_type = 1;
|
|
$bottom_show_type = 1;
|