| 
 | 
 
 本帖最后由 江南南岸 于 2022-9-26 23:51 编辑 2 R1 h& s. V7 G  N5 D( F- B" I 
! a9 [( I! H) {5 m8 z5 N, m" I0 `2 K 
落地页在手机上打开后,一步步操作,到最后一步,点击callbutton按钮,跳转到offer页面,最后这一步在手机上一直出问题,点击callbutton对应的url就是追踪里的click url,我用的是自定义二级域名的url(追踪要求用二级域名),但是点击callbutton跳转的时候,直接就跳到了这个二级域名对应的一级域名,就卡在这里了。即:我的clickurl用的是http://xx.aaa.com/click,结果点击callbutton跳转到了aaa.com,当然这个aaa.com是打不开的,因为这就是为了追踪而做的一个自定义域名。而且奇怪的是只有手机打开会出现这种情况,电脑上能正常跳转,这个是怎么回事呢,求大佬指点一下.代码和报错截图如下 
9 f! P3 g! ]+ ^ 
8 b7 T6 N( w% ?* @1 W6 B0 M# _' I+ ?3 b' n 
script type="text/javascript"> 
( a! a% N5 K. {                window.addEvent('domready', function() {! g* X& |" _5 s6 S) F" Z 
                        var spinner = document.getElementById("spin");. O; d5 I- F+ i4 l5 J% e: m 
                        swal({ 
4 Z" g" A6 C) Z; H                                        title: "话术1!!!!",5 x2 H3 {5 B6 S$ n/ j" b  U 
                                        text: "话术二",) l) V* g4 l8 `7 y* I 
                                        imageUrl: 'index_files/win.png',6 a1 k5 Y; K! N$ w, M( i: { 
                                },function(){5 M% ], r6 q" k* O) U 
                                        spinner.className = spinner.className + 'spinAround'; 
5 C0 A) E# h* t: a8 X0 R8 n                                        setTimeout(function(){3 e7 u8 H' u0 D5 L2 i* v( Z 
                                                swal_2();& v) @. F' S" L. A* J0 w 
                                        },6500); 
- E: t% t& I9 K9 a, g5 b                                ) N8 i4 M6 p4 U- i9 E 
                                });2 U( M5 Q# {. X 
                        var swal_2 = function (){ 
$ U2 y0 [4 ?2 Z+ f( a                                swal({- O/ I! d/ m% p$ Y4 O. z: A 
                                        title: "话术三!",' _$ J1 W  @2 H4 P5 i 
                                        text: "话术4!",7 G5 w! g6 `+ w2 N5 b2 W8 h7 A 
                                        type: "success") e$ t. e8 d5 j3 [+ X( { 
                                },function(){2 x# j* ~: L" p/ S) F3 k3 a: w  W 
                                        spinner.className = spinner.className + ' spinAround2'; 
: U; Z, O  X$ F2 W; M! h                                        setTimeout(function(){ 
- t/ F/ v5 H/ r, b: H9 Z/ [, o7 C                                                swal_3();' }: U& H9 j1 R/ h! G 
                                        },6500);, [4 |) k2 t, H' c% e- [ 
                                 
" u! ?$ ?' s, l+ k                                }); 
+ h0 A  E9 [9 [+ V& Z; d. D, u( o4 x                        } 
& o3 ~8 N' h9 M% C4 p# R( O                        var swal_3 = function (){% m5 Z6 ?# j# [3 T$ e 
                                swal({ 
0 b+ |& M0 T( `8 _' V" d                                        title: "话术五", 
+ O0 s0 t8 U3 k3 H/ B& F3 ~                                        text: "话术六 ", 
" E0 a) p% I! E8 q5 f% j' P+ X& K' e0 \                                        type: "success" 
7 G3 w( L: V3 w2 H" w                                },function(){7 I- V0 i" N' \  j 
                                        document.location = document.getElementById("target_link").href;, n& S( k% s1 K6 T8 v( L3 A 
                                });- S# S; y' P8 V 
                        } 
4 H' U3 v; D$ L2 Z; X                });/ d- c  u: S. o' Z2 k 
                        # {$ h3 x; n& }0 f% `/ Z$ b 
                </script> 
( u# C7 _3 P% J% O" H% ~& d        <script type="text/javascript" src="https://xxx.aa.online/track.js?rtkcmpid=63aefaa1913def0001f38h0b"></script> 
- r8 }& I$ D' q( k6 U* X' k) y</head>( F* @" y# A+ j* z$ }8 K 
<body class="stop-scrolling">$ V2 r% R, t; h4 t 
<div class="container">, J! M. L2 G4 W 
<div class="bar-nav"></div>: S/ e; Y' v8 p4 i 
<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;"> 
# q; i$ C5 p; u) i4 _- S<p>话术7</p></h1>+ L: [6 o0 L  }6 p& B0 v; M 
<main> 
. Q2 z4 q0 |$ G, J<div class="content">! R# \# B/ f" j$ p( ^8 P 
<div class="main-content">4 d- e! e( ^# _( c+ i6 Q" U/ ] 
<div class="header clearfix">4 X% M; M% w% d5 L 
<h2 class="headline" style="text-align:center;"><strong>5 O) l: g8 @& {0 e) {2 X6 d9 S 
话术八</strong></h2> 
+ c0 G7 N7 i0 }( a8 g/ ?</div> 
- Q# H) x, r6 x4 E<div id="spinner"> 
/ W) }# v: c" r1 ?; l<img id="spinBG" width="435" src="./index_files/11.gif"> 
  `. z1 }5 Z0 G1 [6 I<img id="spin" src="./index_files/prizewheel_ip8b.png"> 
* X( f0 v* o7 F# j  }) p<img id="win" src="./index_files/33.png"> 
" P9 a* e9 Q; n7 `9 ~# G% u</div> 
' S7 M8 {6 J- S8 `, K</div> 
9 r8 q* |" H! Z7 O" q- ^( \</div>, T8 {3 o+ ^3 j 
</main> 
5 c9 e7 O7 m4 J</div>( U2 y3 Z6 M2 u& @- S0 Q1 f 
<footer>  \) q) d, X! \2 S/ G3 t1 a0 l 
<div class="legal_links" style="margin-top:2em!important;">Torpedo Digital 。</div> 
0 R3 I( ~+ O' P5 D</footer>( F6 I5 X8 v; A" m' G) S- u 
<!-- <script type="text/javascript"> 
+ p" A6 E" K" ?; y+ V  P6 B* E) z                (function(window, location) { 
: S$ x. O7 T& [, }; `                        var url_with_variables = location.href; 
4 A  [3 k6 I8 j6 Z+ b- C                        history.replaceState(null, document.title, location.pathname + location.search + "#!/back"); 
" i* L( K( [. W7 T, a                        history.pushState(null, document.title, location.pathname + location.search); 
* M/ @4 `8 F! {6 C! s# ^2 f& b                        window.addEventListener("popstate", function() { 
2 w- ]7 r7 C7 @3 g                                if(location.hash === "#!/back") { 
4 K7 C, @7 a$ V2 m( y                                        history.replaceState(null, document.title, location.pathname + location.search);  A+ x, E1 f3 R6 F 
                                        setTimeout(function() {4 a# o8 {$ ?* W; S5 { 
                                                location.replace(url_with_variables); 
/ ?5 ^! O5 K% F( v( W2 P                                        }, 0);1 e3 b/ F: |; F3 l- R' e1 ?5 C! O 
                                } 
( x  ~, W" [  e# c" b+ x, ~; j                        }, false);) j, ^: j$ O4 |2 L 
                }(window, location));6 J8 U$ R" F: B0 k 
        </script>-->, t/ V; e6 ]" A8 e 
 
! J( W* {# ]  A, j& L<a id="target_link" class="visible" href="http://xxx.aa.online/click"></a> 
0 ^9 u9 @* d; T/ X 
5 @; u: X: S8 Z# a9 N' ^) b: H4 e8 N, T 
 |   
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册 
 
 
 
x
 
 
 
 
 |