|
本帖最后由 江南南岸 于 2022-9-26 23:51 编辑 . M/ j* ?1 a; J$ \! m* ^. y
5 v( t1 H! A% ~ C- v" p$ [落地页在手机上打开后,一步步操作,到最后一步,点击callbutton按钮,跳转到offer页面,最后这一步在手机上一直出问题,点击callbutton对应的url就是追踪里的click url,我用的是自定义二级域名的url(追踪要求用二级域名),但是点击callbutton跳转的时候,直接就跳到了这个二级域名对应的一级域名,就卡在这里了。即:我的clickurl用的是http://xx.aaa.com/click,结果点击callbutton跳转到了aaa.com,当然这个aaa.com是打不开的,因为这就是为了追踪而做的一个自定义域名。而且奇怪的是只有手机打开会出现这种情况,电脑上能正常跳转,这个是怎么回事呢,求大佬指点一下.代码和报错截图如下
1 m, p2 S" d7 ] n- d" W7 ~' W- u0 C+ e* i/ M+ V
: @; l6 y" P8 C! ^( J
script type="text/javascript">+ D8 E9 @- u, i/ T
window.addEvent('domready', function() {1 @' _4 V3 o- u7 v) c! i
var spinner = document.getElementById("spin");& u% ^! u( g2 s/ h4 N: p; s
swal({
o7 M/ A0 j4 \* a title: "话术1!!!!",! M2 E& n" S* ~, f: A2 B
text: "话术二",
^6 }# Y3 e3 { g& a- t) _ imageUrl: 'index_files/win.png',
# n" i/ Q8 d* V- Y' K2 h },function(){
+ b$ q. f0 c# E5 q7 I spinner.className = spinner.className + 'spinAround';
6 y# t* `+ A4 S) l3 m0 R% g setTimeout(function(){
9 ]* B8 r" r2 ~! ?# @" U, x swal_2();2 B; }( b5 b# y% J; a+ g
},6500);, c+ z" ? S+ H2 O% d w' y
0 ^! N# ~ h) H7 {+ d4 E: M
});
6 R: s( |7 ~8 H R$ X var swal_2 = function (){1 O# H; ?# T- J: b" j
swal({& J3 `$ B4 X0 Z$ V5 ~* ^2 q
title: "话术三!",, g9 s$ q* P& f5 ]) K9 K
text: "话术4!",- }6 u8 W2 ]. \
type: "success"
* Q9 t8 G3 y6 K! J+ a },function(){
" X$ `0 H- K/ x* N% Z$ z spinner.className = spinner.className + ' spinAround2';
' w9 v+ q; ?' P/ ^, Q setTimeout(function(){/ x8 P% v: h6 m- V% o* y
swal_3();& c/ x8 l: i$ Q/ {
},6500);
6 `8 d: Q. f' i3 K8 X, J 5 M6 p8 D! S( D+ S
});
: c/ C, G3 j. P% {( j( Z6 J4 h }! F( y6 P% E" W1 D( E/ F; E+ e
var swal_3 = function (){5 [ w \* j- C Y7 M, h% F$ @4 I
swal({
) e1 K" |2 ?- v& ? title: "话术五",) y1 o5 o6 g1 l- B h
text: "话术六 ",4 `! V1 P/ Q" Q5 O$ h% z
type: "success"
: O6 B i0 ]% E1 P+ K) |/ u; H& n },function(){4 Z5 N0 T1 ^. S
document.location = document.getElementById("target_link").href;
$ m1 C1 s, E5 G6 z; \( _3 z });( ?4 a3 j9 a9 C- M* r- ~2 v
}0 w3 V* ?4 T( e
});" U' G) A8 W* p6 P) c# K0 I {: U
1 H4 l# N1 m8 R6 s; L0 n" v
</script>
/ |% J% a9 r* d* u+ ] <script type="text/javascript" src="https://xxx.aa.online/track.js?rtkcmpid=63aefaa1913def0001f38h0b"></script>
) R. Q, Y5 n+ d, J3 V5 ~</head>
; Y; r0 t2 r& a9 s$ U+ U" u<body class="stop-scrolling">
/ W; d* j" y0 e! e<div class="container">
; ~) G% M! F% y! s<div class="bar-nav"></div># ^1 w' i2 ^" {/ ]% s
<h1 class="scroll-left" colspan="2" style="width:100%; color:#ffffff; text-align: center; display: block; margin: 0 auto; background-color:#1d71cf; font-size: 22px; letter-spacing: 2px; text-transform: uppercase;">
% H9 \3 z2 R6 M0 l! `3 m<p>话术7</p></h1>
" Y7 W. J1 ~- Z<main># Q# w8 t/ D# R: k( [5 Z3 b
<div class="content">$ T5 p5 u) [. o" g
<div class="main-content">
# z5 J, u* a; o; K- s- e t; T1 Z1 C<div class="header clearfix">3 ?3 L# G8 ]9 g' |
<h2 class="headline" style="text-align:center;"><strong>
1 z( k" Y( U1 h3 t4 ?# b话术八</strong></h2>
$ V# i2 V( N$ T; n</div>% i ^- {' f# W9 v( j5 r
<div id="spinner">1 k) C& Z. g9 s$ g
<img id="spinBG" width="435" src="./index_files/11.gif">3 M7 n* W q" _7 i$ R/ G7 ~; H0 S
<img id="spin" src="./index_files/prizewheel_ip8b.png">
, ]" f: `0 J5 O6 a5 w3 B<img id="win" src="./index_files/33.png">
8 U5 ?6 ^5 C" v, K: B. l, A</div>8 ~$ t+ D0 J1 m
</div>$ K3 Q- b# H% C! x" G
</div>
5 C" `7 a) ~& k: F& q</main>0 b) \/ H+ n* Y& |
</div>, m5 i3 \5 ?9 ~$ U- F9 `% ^
<footer>
/ T# A2 j; C# |. e/ M# [" A+ z<div class="legal_links" style="margin-top:2em!important;">Torpedo Digital 。</div>
8 X c! ^1 Q3 D. ~0 A</footer>& o1 C: j9 W: G8 L9 w
<!-- <script type="text/javascript">+ O( ` T! ]3 l3 D
(function(window, location) {
- C1 v0 D+ C" K7 l8 ~0 y/ g var url_with_variables = location.href;% f4 ]0 e. E3 N0 H* z
history.replaceState(null, document.title, location.pathname + location.search + "#!/back");
; l$ X& v' [+ {+ a% ?% G. a history.pushState(null, document.title, location.pathname + location.search);5 }% l% I9 K& s$ l4 y, `
window.addEventListener("popstate", function() {4 m3 w8 G9 \) D- n! R* Q; ^3 z: m
if(location.hash === "#!/back") {
% O7 f1 i1 k$ p- [ history.replaceState(null, document.title, location.pathname + location.search);6 {1 |+ r) _# W3 y) `- X& d8 e
setTimeout(function() {1 Y7 j# ^- L7 e& i, M; S% K3 G
location.replace(url_with_variables);
) g7 G! g& ]8 l1 e* I2 x! T }, 0);4 G. ]3 C* I: d% i+ D! F
}
& M) G l' B5 | l+ Z }, false);+ `6 j' b! W7 _& Z7 p
}(window, location));
1 ]( k1 k4 t) `6 d' V# ` </script>-->
7 y. L/ k8 @9 V# W0 S
+ B+ A% o8 M7 G. x<a id="target_link" class="visible" href="http://xxx.aa.online/click"></a>: s6 H( P0 ~" o
# O, ]1 n; ]; W9 ^6 o3 }; M8 C8 x4 `# O# p% `
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|