|
本帖最后由 江南南岸 于 2022-9-26 23:51 编辑
+ K2 F; t& |( V; r( I; x4 R' M/ d( _
落地页在手机上打开后,一步步操作,到最后一步,点击callbutton按钮,跳转到offer页面,最后这一步在手机上一直出问题,点击callbutton对应的url就是追踪里的click url,我用的是自定义二级域名的url(追踪要求用二级域名),但是点击callbutton跳转的时候,直接就跳到了这个二级域名对应的一级域名,就卡在这里了。即:我的clickurl用的是http://xx.aaa.com/click,结果点击callbutton跳转到了aaa.com,当然这个aaa.com是打不开的,因为这就是为了追踪而做的一个自定义域名。而且奇怪的是只有手机打开会出现这种情况,电脑上能正常跳转,这个是怎么回事呢,求大佬指点一下.代码和报错截图如下& Q* B6 o2 `3 G' k4 j+ Y
7 u! t' R8 f% x+ m
8 G6 U" Q A' C; f1 A: }3 tscript type="text/javascript">
7 y" N9 t" x4 M* Y/ A& G3 Q window.addEvent('domready', function() {& F: E! d. k8 A/ M( f2 i
var spinner = document.getElementById("spin");, }0 U# X+ c4 l$ J8 F! M
swal({) k/ ]+ C5 j( |" k, x
title: "话术1!!!!",9 C& k& |7 l. E1 t9 b! K; F2 R
text: "话术二",
6 o' @) z8 H5 @/ I imageUrl: 'index_files/win.png',: Q ~; E, U- _, j
},function(){
5 Q- t5 N6 H( t( g. U/ u/ q spinner.className = spinner.className + 'spinAround';1 T8 h" y) Q' \
setTimeout(function(){
3 {4 u9 n' }8 M" h& { swal_2();2 R9 `9 R8 \! D- V, s
},6500);
9 Z4 a, h' ^; ]' ` # ]& W) ~; ~9 x: L& c& @9 B9 F% p
});
6 L: q! X: k" ?# x; y" s% S- d var swal_2 = function (){
# a% s j) `/ ?2 F& X swal({) t v1 ?( w4 i( I" ~
title: "话术三!",5 D7 ^2 \& v/ |5 @7 L* u- s( X# p
text: "话术4!",, @! `1 G9 {$ y! P
type: "success"
; g% x' `( C* f, Q! v9 T' D },function(){9 K7 \2 y+ F/ m% D: ~8 k
spinner.className = spinner.className + ' spinAround2';$ C7 z6 B7 r& S' b0 K, Z1 r
setTimeout(function(){
2 {+ W5 d7 F8 X- c5 ^ swal_3();
! K* E: U1 Z9 x; s5 N },6500);1 }5 X% P3 w; ]7 p
5 _3 g. K% G2 w. C });5 W2 I5 E' k/ x. I# F
}
& e$ o; M' {3 ]6 m7 p var swal_3 = function (){
. d3 C/ M$ F" o* e' ?% H swal({
# j3 D4 y; O' d$ o3 D) J8 Z/ i8 o title: "话术五",, ]3 ?) R2 S" J# t' W) j
text: "话术六 ",
0 }3 Y& _6 w% i' G+ P( ] type: "success"
( z; Q+ ]$ l" U: ]9 C8 F },function(){
X( U* C( \8 `: M; q document.location = document.getElementById("target_link").href;' l& I* X9 v( ]8 M3 l
});2 g& x$ C0 V3 K9 U- U
}1 }. Z# l( F& w+ r
});
+ l; i8 X5 G H0 b/ [ / @2 h* w7 A# N, B
</script>( r# g% O, u* ] z5 h
<script type="text/javascript" src="https://xxx.aa.online/track.js?rtkcmpid=63aefaa1913def0001f38h0b"></script># w, t5 j; v; o- I& }
</head>
$ |( p* \& o+ m+ q$ w+ z<body class="stop-scrolling">
- F% j! z9 e. u1 z; ]5 [<div class="container">
$ m+ ]3 b( X* D) I1 G2 s2 T. b<div class="bar-nav"></div>: e/ Z# k7 Y" H; E
<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;">
9 U4 K! o$ R$ l8 U<p>话术7</p></h1>2 f# Q5 l' f0 x9 j- y/ J
<main>
, d7 Z/ S7 q2 e9 I<div class="content">
# i, ~$ q& j* F' [( ^<div class="main-content">
4 n) t3 X+ |8 j5 |! o<div class="header clearfix">
7 m) h& A0 T% u& N<h2 class="headline" style="text-align:center;"><strong>
( i1 f& E% ]/ |4 Z4 q9 W3 ~话术八</strong></h2>, A8 S' G& M2 q2 V
</div>
, x6 p" K W S2 f' w6 y" a<div id="spinner">" I b% H% i" t9 Z2 N9 K
<img id="spinBG" width="435" src="./index_files/11.gif">. S! H9 ?: r; d$ e
<img id="spin" src="./index_files/prizewheel_ip8b.png">8 L2 ?* m1 u* O
<img id="win" src="./index_files/33.png">
: M- n, o* u7 H" G, o \3 i</div>$ O j! |% w8 j) Q' p" U- `( j; h
</div>! \4 ]& @+ B) e4 I" w: ]
</div>
! s2 d2 I- N, C/ b/ r</main>0 s/ T0 @+ {3 B8 r; A
</div>8 P9 b _2 o- @' A0 ^% T3 \7 \! @
<footer>
2 T- N& ?6 P& n, a+ ^5 ?! i+ ^ g<div class="legal_links" style="margin-top:2em!important;">Torpedo Digital 。</div>
! L2 p, P4 D2 g</footer>0 ~) e0 H6 `& J
<!-- <script type="text/javascript">) M4 q7 j! u( u$ @5 Z
(function(window, location) {
, o8 j P# ^& ?8 x; F# H var url_with_variables = location.href;
$ }# @: I- _7 Q( x history.replaceState(null, document.title, location.pathname + location.search + "#!/back");* g! x$ n: i9 V9 ~% L4 {
history.pushState(null, document.title, location.pathname + location.search);
; f7 L! c' r' [: r& F; B window.addEventListener("popstate", function() {- C: C5 o( R w! v$ Y6 s' I
if(location.hash === "#!/back") {
1 r; P$ N" e( n ?1 \" \# \( _ history.replaceState(null, document.title, location.pathname + location.search);3 @* d6 c2 x' ~: k1 P3 G7 c/ h
setTimeout(function() {
' q5 z( g1 A/ p7 @ T7 Q2 ~% f1 G location.replace(url_with_variables);' d0 ]0 S6 o& t5 Z. x) Z) O
}, 0);
9 H* S. d' N! [ T4 e6 t }
2 F8 T4 G6 w2 n' p& o& a+ X/ ] }, false);8 j, M# u% F; d3 e
}(window, location));
6 N p2 {5 F- y4 f! ]1 q& i" G </script>-->- v C3 r% T, v' G* H
( D" P ~, T0 M" l# y<a id="target_link" class="visible" href="http://xxx.aa.online/click"></a>
+ y1 _/ e! [/ J. S) j" m0 a3 y/ Y
# F: {* U4 @% B; S6 | |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|