|
@@ -149,6 +149,19 @@ class tpl_invite_friend
|
|
|
}
|
|
|
echo "</div>";
|
|
|
}
|
|
|
+
|
|
|
+ public function show_open()
|
|
|
+ {
|
|
|
+ if(!session_helper::isapp())
|
|
|
+ {
|
|
|
+ echo "<div class=\"fixed_bottom\">
|
|
|
+ <span class=\"logo\"></span>
|
|
|
+ <a href=\"#\" class=\"download_app_btn\" id=\"download_app\">打开APP</a>
|
|
|
+ <a href=\"#\" class=\"h5_shop_btn\" id=\"h5_mshop\">进入商城</a>
|
|
|
+ </div>";
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
public function bonus_url() {
|
|
|
$url = BASE_SITE_URL . "/mobile/index.php?act=bonusex&op=grab&client_type=wap&type_sn={$this->mTypesn}";
|
|
|
return $url;
|