Skip to content

Commit fe1ce7d

Browse files
committed
update index.html
1 parent e3548cc commit fe1ce7d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Query0724_2.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
//oid : 'orderdh003'
3131
});
3232

33-
33+
function getCustomizeActionData(){
34+
35+
}
3436

3537
//var _qeventList = [ _qevents1,_qevents2 ];
3638
/*

index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
});
7575

7676
var _qqueryList = [ _qquery1 , _qquery2, _qquery3 ];
77-
/** Send action **/
77+
7878
ER.track.send(_qevents, [], '', _qqueryList);
79-
}
79+
}
8080

8181
(function() {
8282
var er = document.createElement('script');
@@ -87,9 +87,8 @@
8787
currentJs.parentNode.insertBefore(er,currentJs);
8888
})();
8989

90-
function getCustomizeActionData(){
91-
92-
}
90+
//function getCustomizeActionData(){
91+
//}
9392

9493
</script>
9594
</head>

0 commit comments

Comments
 (0)