|
@@ -82,12 +82,13 @@
|
|
var account = GET['account'];
|
|
var account = GET['account'];
|
|
var phoneID = GET['phoneID'];
|
|
var phoneID = GET['phoneID'];
|
|
var appID = GET['appID'];
|
|
var appID = GET['appID'];
|
|
|
|
+ var scheme = GET['scheme'];
|
|
var icon = GET['icon'];
|
|
var icon = GET['icon'];
|
|
var name = decodeURI(GET['name']);
|
|
var name = decodeURI(GET['name']);
|
|
var authPhone = GET['authPhone'];
|
|
var authPhone = GET['authPhone'];
|
|
|
|
|
|
$(document).attr("title",name);
|
|
$(document).attr("title",name);
|
|
- var url = "shuangzixingiOSApp://h5/microserviceUserH5/vcloud/shortcut/webOnServer.html?"
|
|
|
|
|
|
+ var url = scheme + "://h5/microserviceUserH5/vcloud/shortcut/webOnServer.html?"
|
|
var href_srt = decodeURI("account="+account+"&phoneID="+phoneID+"&appID="+appID+"&icon="+icon+"&name="+name+"&authPhone="+authPhone)
|
|
var href_srt = decodeURI("account="+account+"&phoneID="+phoneID+"&appID="+appID+"&icon="+icon+"&name="+name+"&authPhone="+authPhone)
|
|
$("#qbt").attr("href",url+href_srt)
|
|
$("#qbt").attr("href",url+href_srt)
|
|
$("link[rel='apple-touch-icon']").attr("href",icon)
|
|
$("link[rel='apple-touch-icon']").attr("href",icon)
|