|
@@ -1017,14 +1017,14 @@ function setqrcode($value,$name){
|
|
|
//生成邀请二维码
|
|
|
function setintivecode($user_id){
|
|
|
$name = $user_id."_".time();
|
|
|
- $address = 'http://'.$_SERVER['SERVER_NAME'].'/h5/login.html?invite_code='.$user_id;
|
|
|
+ $address = 'http://'.$_SERVER['SERVER_NAME'].'/web/h5/pages/mine/zhuce?invite_code='.$user_id;
|
|
|
$url = setqrcode($address,$name);
|
|
|
return $url;
|
|
|
}
|
|
|
|
|
|
//邀请地址
|
|
|
function getintiveaddress($user_id){
|
|
|
- $address = 'http://'.$_SERVER['SERVER_NAME'].'/h5/login.html?invite_code='.$user_id;
|
|
|
+ $address = 'http://'.$_SERVER['SERVER_NAME'].'/web/h5/pages/mine/zhuce?invite_code='.$user_id;
|
|
|
return $address;
|
|
|
}
|
|
|
|