|
@@ -2291,14 +2291,18 @@ class WelcomeController extends BaseController
|
|
|
return [
|
|
|
'price' => '30元',
|
|
|
'text' => '30元包月 全站万本精彩小说免费看',
|
|
|
- 'link' => generateMonthOrderUrl($this->uid)
|
|
|
+ 'link' => generateMonthOrderUrl($this->uid),
|
|
|
+ 'focus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/month_order_check.png',
|
|
|
+ 'unfocus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/month_order_1.png'
|
|
|
];
|
|
|
}
|
|
|
if ($info->attach == 'week-show') {
|
|
|
return [
|
|
|
'price' => '7元',
|
|
|
'text' => '7元包周 全站万本精彩小说免费看',
|
|
|
- 'link' => generateMonthOrderUrlV2($this->uid, env('MONTH_WEEK_ORDER_PLAN_ID'), _getIp())
|
|
|
+ 'link' => generateMonthOrderUrlV2($this->uid, env('MONTH_WEEK_ORDER_PLAN_ID'), _getIp()),
|
|
|
+ 'focus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/week-order-2.png',
|
|
|
+ 'unfocus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/week-order-1.png'
|
|
|
];
|
|
|
}
|
|
|
return '';
|
|
@@ -2314,13 +2318,17 @@ class WelcomeController extends BaseController
|
|
|
return [
|
|
|
'price' => '7元',
|
|
|
'text' => '7元包周 全站万本精彩小说免费看',
|
|
|
- 'link' => generateMonthOrderUrlV2($this->uid, env('MONTH_WEEK_ORDER_PLAN_ID'), _getIp())
|
|
|
+ 'link' => generateMonthOrderUrlV2($this->uid, env('MONTH_WEEK_ORDER_PLAN_ID'), _getIp()),
|
|
|
+ 'focus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/week-order-2.png',
|
|
|
+ 'unfocus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/week-order-1.png'
|
|
|
];
|
|
|
} else {
|
|
|
return [
|
|
|
'price' => '30元',
|
|
|
'text' => '30元包月 全站万本精彩小说免费看',
|
|
|
- 'link' => generateMonthOrderUrl($this->uid)
|
|
|
+ 'link' => generateMonthOrderUrl($this->uid),
|
|
|
+ 'focus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/month_order_check.png',
|
|
|
+ 'unfocus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/month_order_1.png'
|
|
|
];
|
|
|
}
|
|
|
}
|
|
@@ -2330,16 +2338,19 @@ class WelcomeController extends BaseController
|
|
|
return [
|
|
|
'price' => '7元',
|
|
|
'text' => '7元包周 全站万本精彩小说免费看',
|
|
|
- 'link' => generateMonthOrderUrlV2($this->uid, env('MONTH_WEEK_ORDER_PLAN_ID'), _getIp())
|
|
|
+ 'link' => generateMonthOrderUrlV2($this->uid, env('MONTH_WEEK_ORDER_PLAN_ID'), _getIp()),
|
|
|
+ 'focus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/week-order-2.png',
|
|
|
+ 'unfocus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/week-order-1.png'
|
|
|
];
|
|
|
} else {
|
|
|
return [
|
|
|
'price' => '30元',
|
|
|
'text' => '30元包月 全站万本精彩小说免费看',
|
|
|
- 'link' => generateMonthOrderUrl($this->uid)
|
|
|
+ 'link' => generateMonthOrderUrl($this->uid),
|
|
|
+ 'focus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/month_order_check.png',
|
|
|
+ 'unfocus_img'=>'https://cdn-novel.iycdm.com/h5/monthpay/month_order_1.png'
|
|
|
];
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
return '';
|