|
@@ -117,6 +117,10 @@ class member_bonusControl extends mbMemberControl
|
|
|
$share = bonus_helper::get_share($type->share_id());
|
|
|
|
|
|
$title = $type->bless();
|
|
|
+ if(empty($title) || $title == '特权红包,内购正品行货美妆') {
|
|
|
+ $title = $share['title'];
|
|
|
+ }
|
|
|
+
|
|
|
$sub_title = $share['sub_title'];
|
|
|
$img_url = $share['img_url'];
|
|
|
|
|
@@ -246,6 +250,9 @@ class member_bonusControl extends mbMemberControl
|
|
|
$share = bonus_helper::get_share($type->share_id());
|
|
|
|
|
|
$title = $type->bless();
|
|
|
+ if(empty($title) || $title == '特权红包,内购正品行货美妆') {
|
|
|
+ $title = $share['title'];
|
|
|
+ }
|
|
|
$sub_title = $share['sub_title'];
|
|
|
$img_url = $share['img_url'];
|
|
|
|