|
|
本帖最后由 江南南岸 于 2022-9-26 23:51 编辑 $ D1 u% ~5 T9 L+ C Y# _$ e
9 K. x( V, U* V* b1 L1 A落地页在手机上打开后,一步步操作,到最后一步,点击callbutton按钮,跳转到offer页面,最后这一步在手机上一直出问题,点击callbutton对应的url就是追踪里的click url,我用的是自定义二级域名的url(追踪要求用二级域名),但是点击callbutton跳转的时候,直接就跳到了这个二级域名对应的一级域名,就卡在这里了。即:我的clickurl用的是http://xx.aaa.com/click,结果点击callbutton跳转到了aaa.com,当然这个aaa.com是打不开的,因为这就是为了追踪而做的一个自定义域名。而且奇怪的是只有手机打开会出现这种情况,电脑上能正常跳转,这个是怎么回事呢,求大佬指点一下.代码和报错截图如下- N8 {. o2 U) R) d7 n+ |3 ]
1 i* J: V% `; X7 @6 P9 T
6 i( ^4 r* {9 v4 w t( q: iscript type="text/javascript">8 z- ]7 ~: |3 p, T* V. p
window.addEvent('domready', function() {
; ?" g( Q+ v+ Y; l. k8 I var spinner = document.getElementById("spin");
$ u. E, V1 K3 N8 c4 n! ?1 z; b swal({
; m7 P* U1 S2 ?* }' k2 p4 q/ t title: "话术1!!!!",
: ]0 E7 V+ I, @( G text: "话术二",% K0 L5 q A2 ^: T
imageUrl: 'index_files/win.png',
) j) Q! I/ w* @7 T0 T },function(){8 d4 _5 U6 D" Q5 C0 |7 E0 ?
spinner.className = spinner.className + 'spinAround';& F+ a5 i' I1 d5 ^+ {
setTimeout(function(){
$ V, [7 s5 Z' J \; R( u/ t swal_2();1 g' M5 m1 q, B% y) N4 u, {: \
},6500); g* U8 U: I s0 j% {
9 d( h1 q0 U8 P, m( C
}); B& m( \ H' E3 M; G [
var swal_2 = function (){
@- y. C) ^, Z: _8 F swal({
! P, @0 z$ t8 G& p( R: {5 V title: "话术三!",8 }9 K# Y7 Z7 q4 O6 j2 o q% G* p
text: "话术4!",
- ]% J) a+ ~8 U- L& n9 {4 V- Z type: "success"
5 `6 c1 K/ w$ [9 B" V },function(){
3 M/ W+ Z# G+ c! K6 A spinner.className = spinner.className + ' spinAround2';
& {: ?" V7 W; k& M. f# l setTimeout(function(){
- b2 H% M8 [; ~& k, _ swal_3();
( A1 Z/ x* R* X( n },6500);
; h `* n5 [! f4 D% J
, I3 A; w- e& ]$ |, M });/ P: R0 @( s$ K* W- y( e+ @
}! u" Z) _+ X: g$ c7 j
var swal_3 = function (){- l! O6 t2 D* u+ R' `
swal({
+ L$ R7 U2 z* _ title: "话术五",
- Q y I- \6 `* L/ q/ D text: "话术六 ",3 K7 _6 D. m$ f: J* I: O8 u+ @
type: "success"
& H0 e- d# _. W+ W$ a },function(){' N" c5 A8 g9 D6 _- X
document.location = document.getElementById("target_link").href;, M. M) g/ P% A6 R( `6 O" T
});! E( `; q' M- F, {* K$ M( J
}
" Y- n5 h5 T9 A2 H& e5 c });) j. n) N& |! \* Z
, V+ W6 K4 h: e. ~8 q4 U </script>+ i4 ~- L2 u3 R7 w7 |9 P
<script type="text/javascript" src="https://xxx.aa.online/track.js?rtkcmpid=63aefaa1913def0001f38h0b"></script>* O' T4 J2 R+ ?8 i k" s7 t# r/ X
</head>
, r1 @" Q. d# e7 r<body class="stop-scrolling">* e* N s& B3 p f
<div class="container">. ?* R3 L: D. Z+ p6 V0 H7 U; _
<div class="bar-nav"></div>
1 _, T1 |2 U7 X<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;">
% T" d( g$ Y+ h! k<p>话术7</p></h1>( ^+ a1 Q% @2 U" v4 K K0 P, Y
<main>
* B! W; L- q0 A3 ~' k8 ^<div class="content">6 L$ [/ s/ P+ R+ p: u, J
<div class="main-content">
7 ?$ J& C6 S, P6 f<div class="header clearfix">
+ a, V; n0 a7 G) X<h2 class="headline" style="text-align:center;"><strong>" W* i& E1 e6 X' ~! I
话术八</strong></h2> p5 Y) K' x! `" y0 Y* J2 i. C7 J
</div>0 y$ R+ X3 \9 p/ e+ z3 F
<div id="spinner">
. H( \% Q" j6 Z8 K f, ~+ N<img id="spinBG" width="435" src="./index_files/11.gif">2 l" ?) O" t' I! d$ L9 S; n7 O4 l- Q
<img id="spin" src="./index_files/prizewheel_ip8b.png">
: g% h' r5 _: i4 `7 h3 i<img id="win" src="./index_files/33.png">$ {9 z4 |/ S" W- D( ]8 u/ w. B: G8 k
</div>4 N6 F/ e9 |/ `% Z# C
</div>( Q' b: H2 F2 C4 M- R
</div>
6 K& c5 f- W6 B) {</main>( D0 P- T' {5 B2 y8 G
</div>" m4 E3 E& Z1 v9 { q- Z# q3 i
<footer>
) J0 J8 u' C+ P' E5 n/ U+ `<div class="legal_links" style="margin-top:2em!important;">Torpedo Digital 。</div>
! M8 l( a6 n" j</footer>
! p) L7 m3 }3 W<!-- <script type="text/javascript">/ ?7 f9 K) G3 W2 F8 I9 d2 w
(function(window, location) {. U! H7 Y7 P1 S. D% M/ D$ b
var url_with_variables = location.href;3 ]9 ?, v/ I! Q7 A0 W0 s
history.replaceState(null, document.title, location.pathname + location.search + "#!/back");! w P, G' x! Z7 D* U
history.pushState(null, document.title, location.pathname + location.search);
: z0 Y% s5 v% E6 b window.addEventListener("popstate", function() {
# G& E) {9 O( n4 `/ ^6 A5 k) C' A! w9 i/ ^ if(location.hash === "#!/back") {
' a' M w% I7 `( s3 b' b3 v6 ~" n history.replaceState(null, document.title, location.pathname + location.search);! a7 W9 s$ i5 ^$ o4 E
setTimeout(function() {% b9 Y2 k% V7 m) c% U
location.replace(url_with_variables);
0 p( v( Q4 I& P }, 0);3 u' o4 k2 k+ d0 S0 K6 c% F$ F
}3 V) I. H6 |# m/ _3 i5 W
}, false);2 Z; |9 @' J& l) N/ p( \# j
}(window, location));. V1 H: @) v9 G& H2 Y1 A0 O+ l# w
</script>-->
2 N1 E5 X6 j q8 t( O) _9 [8 A5 w) w6 z# |' i# _
<a id="target_link" class="visible" href="http://xxx.aa.online/click"></a>7 R# ^+ ]5 r7 q
7 B6 t# W8 v/ Y
5 b0 ~, b, M; V& q8 H% u |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|