|
@@ -820,7 +820,7 @@ function bonus_output_bindedinfo($output)
|
|
|
if($type->isEnd()) {
|
|
|
$prompt = "领取 {$type->binded_num()}/{$type->getTotal_num()}";
|
|
|
} else {
|
|
|
- $prompt = "领取 {$type->binded_num()}/{$type->getTotal_num()} 点击右上角继续分享给好友";
|
|
|
+ $prompt = "领取 {$type->binded_num()}/{$type->getTotal_num()} 点击右上角继续分享此红包";
|
|
|
}
|
|
|
}
|
|
|
echo('<p class="prompt pro">' .$prompt. '</p>');
|