|
@@ -143,7 +143,7 @@ abstract class base_room
|
|
|
$contents[] = "<font color='#3c78d8'>{$user['nickname']}</font>";
|
|
|
}
|
|
|
$str .= implode('、',$contents);
|
|
|
- $str .= "加入群聊";
|
|
|
+ $str .= "加入群聊。也可以把群分享到微信邀请好友哦~";
|
|
|
|
|
|
return $str;
|
|
|
}
|
|
@@ -153,7 +153,7 @@ abstract class base_room
|
|
|
try
|
|
|
{
|
|
|
$minfo = $this->userinfos($user);
|
|
|
- $str = "{$minfo['nickname']}贡献了{$amount}元助力共享基金,兑换步数{$steps}步。<font color='#4A90E2'>一起参与助力吧!</font>";
|
|
|
+ $str = "{$minfo['nickname']}贡献了{$amount}元助力共享基金,兑换步数{$steps}步。<font color='#4A90E2'>一起捐赠步数吧!</font>";
|
|
|
return $str;
|
|
|
}
|
|
|
catch (Exception $ex) {
|
|
@@ -165,7 +165,7 @@ abstract class base_room
|
|
|
try
|
|
|
{
|
|
|
$minfo = $this->userinfos($user);
|
|
|
- $str = "{$minfo['nickname']}使用了{$amount}元共享基金,成功购物。<font color='#4A90E2'>一起参与助力吧!</font>";
|
|
|
+ $str = "{$minfo['nickname']}使用了{$amount}元共享基金,成功购物。<font color='#4A90E2'>一起捐赠步数吧!</font>";
|
|
|
return $str;
|
|
|
}
|
|
|
catch (Exception $ex) {
|