|
本帖最后由 江南南岸 于 2022-9-26 23:51 编辑
# t* _# }4 ?) T7 [7 m$ K- a
- F/ J. p# O; Z5 D5 k; s落地页在手机上打开后,一步步操作,到最后一步,点击callbutton按钮,跳转到offer页面,最后这一步在手机上一直出问题,点击callbutton对应的url就是追踪里的click url,我用的是自定义二级域名的url(追踪要求用二级域名),但是点击callbutton跳转的时候,直接就跳到了这个二级域名对应的一级域名,就卡在这里了。即:我的clickurl用的是http://xx.aaa.com/click,结果点击callbutton跳转到了aaa.com,当然这个aaa.com是打不开的,因为这就是为了追踪而做的一个自定义域名。而且奇怪的是只有手机打开会出现这种情况,电脑上能正常跳转,这个是怎么回事呢,求大佬指点一下.代码和报错截图如下7 y8 c$ h9 J2 G- u" U
) [1 @' C" o# s8 [
# b, q: E: b; p7 h3 ~& D) R! \script type="text/javascript">
5 |3 y$ u" Y2 O& t- E window.addEvent('domready', function() {
% V% Z }% ^- ~3 B5 p+ D q9 m$ o var spinner = document.getElementById("spin");5 k& N8 h/ ?+ D( s8 A( h: m
swal({
+ ^# L! G# a8 |+ v/ {8 O title: "话术1!!!!",8 q+ H, l. a) R. |& p2 s
text: "话术二",
& t, r# E& e& t1 w9 x4 B* A6 v imageUrl: 'index_files/win.png',
! n- O: @/ h* f! z2 T* h+ @ },function(){0 H! U( U% w' V6 d: K
spinner.className = spinner.className + 'spinAround';
8 f2 ]0 W7 |/ G0 g/ Y7 C setTimeout(function(){" L, u7 [; }1 e7 o1 q: P/ t
swal_2();
7 j g# P5 f8 z) [ y },6500);
1 X, N6 T# e% c7 O! J" j
! V* j0 @! v8 r1 u });: a. H" e0 P9 ^; G9 `+ Z& r
var swal_2 = function (){
6 \6 }6 P+ y( B+ [, G1 n1 D swal({3 \/ K6 n# x1 B" _8 ~
title: "话术三!",
1 \/ V9 ^: m2 H$ f! g. o text: "话术4!",/ ^+ _. W$ Q8 ?
type: "success"
# m1 p; l) _& M: R, | },function(){' ^. \4 W& v6 z$ H
spinner.className = spinner.className + ' spinAround2';
# C2 h' O0 F6 V2 I+ |8 Z1 g; w$ g4 c7 Y setTimeout(function(){
5 `7 u, E4 Z8 _2 _ swal_3();7 F }; v4 C" M6 W% W( i5 Y
},6500);
/ `- B M7 C1 P2 _+ U' V7 U
. @' i8 _( `6 K) Q/ ^- v });: P4 z# H4 U2 N. a
}+ ^+ H: j# [8 w0 [! L+ O: Q2 l7 A
var swal_3 = function (){4 S# c8 [* ? g! P6 Q
swal({" A3 p$ M2 i, i4 u4 j8 N, X/ L
title: "话术五",
# a6 Y8 C, A1 }! [4 A text: "话术六 ",# D/ E/ M1 b7 b& ?' w+ _/ U
type: "success"' H% S3 H/ b" p" o) Y" M
},function(){
& H6 }3 d i) c! J document.location = document.getElementById("target_link").href;
. A* \3 D! y: Z% B( U5 n });
" g p' v3 P$ ]5 y. O" S }4 b$ ~" V0 O: c! X7 Z
});
8 l/ u% s( \0 M2 m: D* ~8 v0 Z
) I w+ k3 C7 P2 F </script># s3 i6 F- W9 w/ l8 _( T0 G
<script type="text/javascript" src="https://xxx.aa.online/track.js?rtkcmpid=63aefaa1913def0001f38h0b"></script>4 k7 J2 q, S/ T% w3 e
</head>
: ^" U9 f% _. n7 _/ H# e. g<body class="stop-scrolling">% N6 H# i9 Z( T. S/ d9 O
<div class="container">7 o4 S. Z+ h! _. R0 M* ]1 Y
<div class="bar-nav"></div>
, X! N9 ? M7 h2 r& 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;">: i/ J' |* r4 n3 R
<p>话术7</p></h1>& D& E- t9 @6 ~: \1 ^; L
<main>
) C+ j( C/ q g- Q j+ T<div class="content">/ ?/ p |- W U* @
<div class="main-content">
3 O. ?1 i5 u" e2 A% o$ ]8 y<div class="header clearfix">
$ B- Q7 j1 S6 d<h2 class="headline" style="text-align:center;"><strong>
; N# X% Y9 Y. F- G3 |5 M0 w话术八</strong></h2>" r/ a4 e2 z: P' k4 E$ P
</div> |. D; G9 b) _ C O0 }$ A
<div id="spinner">" V) X# u) }, V1 p$ t3 p# u: j
<img id="spinBG" width="435" src="./index_files/11.gif">
+ q& J) c O) G. h: v<img id="spin" src="./index_files/prizewheel_ip8b.png">
/ z [6 o8 _6 Y3 _- m( q<img id="win" src="./index_files/33.png">
6 j8 y$ J9 r, w</div>
* Z( |$ `# I' a' K* t f</div>0 _# D6 w: o- W' l: n3 ~
</div>
4 W7 o# m8 R# ?# Z' ~3 Z8 _</main>" U. `7 w* D1 m' e5 F
</div>
* h; e' j- \5 {# R# G8 o<footer>
" W- |# L# g7 [! o1 r2 \5 t<div class="legal_links" style="margin-top:2em!important;">Torpedo Digital 。</div>/ [7 |- q" a0 }! r4 C
</footer>9 W2 ?4 N3 }3 _, a2 A
<!-- <script type="text/javascript">4 s% n3 ]- `3 _* h2 r$ n
(function(window, location) {# E0 a& E$ A) Q: G
var url_with_variables = location.href;
( T/ h' p9 [- c4 F$ u2 G6 M: d history.replaceState(null, document.title, location.pathname + location.search + "#!/back");( f& g) h0 C8 w+ C$ k. `- g. H
history.pushState(null, document.title, location.pathname + location.search);. @$ K# Y7 H+ R9 u x2 n
window.addEventListener("popstate", function() {
6 ]; Z, O5 p5 ?/ ?8 Z if(location.hash === "#!/back") {* F) X( L: z* U
history.replaceState(null, document.title, location.pathname + location.search);( H1 ~+ [2 I+ W6 E( C! K1 j
setTimeout(function() {( ]) i* T% e6 z' J+ A
location.replace(url_with_variables);6 L. A% q% f7 t5 h: o
}, 0);
- M! i/ M+ ]; L0 u9 @' u5 L }
4 ~3 Z2 m' W, t" I9 E5 v. x. s }, false);8 ~+ R8 ?, b$ O# L2 O+ ~
}(window, location));
2 W @: C& ]) M( J3 ?8 c7 x* k </script>-->
, `" l/ l/ F+ Q4 a/ J# c {* v5 R
<a id="target_link" class="visible" href="http://xxx.aa.online/click"></a>$ v, S# \- c( x% G8 ]; F) V
3 g$ d" e3 u# P
) d' n1 K" w Q5 G3 s( Z4 Z
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|