@xinyultd/whistle.inspect 1.0.0 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,32 @@
1
+
2
+ ; (function () {
3
+ window['___whistle.inspect-is-inited'] = true;
4
+ var exports = {};
5
+ var module = { exports: exports };
6
+
7
+ var btn = document.createElement("input");
8
+ btn.type = "button";
9
+ btn.style = `position: absolute;
10
+ width: 72%;
11
+ height: 46px;
12
+ color: #fff;
13
+ left: 50%;
14
+ top: 290px;
15
+ transform: translate(-50%, 0);
16
+ background-color: #fb8817;
17
+ border: none;
18
+ z-index: 10`;
19
+ btn.value = "获取京东CK";
20
+ btn.addEventListener('click', function () {
21
+ let pin = JD.cookie.get('pin');
22
+ let text = ``;
23
+ console.log(wx);
24
+ // JD.wxappext.chooseWXPay();
25
+ wx.jumpBlankWebview('https://m.jd.com');
26
+ });
27
+ document.body.prepend(btn);
28
+ // setInterval(() => {
29
+ // console.log('pao pao test');
30
+ // }, 1000);
31
+ new module.exports();
32
+ })();