dsbridge-test.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/huodefanli.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/images/poster.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/images/poster_fanli.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/images/poster_lijin.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/images/poster_quan.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/images/poster_shoudan.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/lingqulijin.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/lingshoudanlijin.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
gonglue/lingyouhuiquan.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ljin-hongbao/course.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ljin-hongbao/images/poster.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
ljin-hongbao/result.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ljin-hongbao/video.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
dsbridge-test.html
@@ -27,10 +27,17 @@ </head> <body> <button onclick="toast()">toast</button> <button onclick="dstoast()">ds-toast</button> <button onclick="dstoast()">showAwardAd</button> <button onclick="jumpGoodsDetail()">jumpGoodsDetail</button> <button onclick="showAd()">showAd</button> <button onclick="jumpThirdPlatform()">jumpThirdPlatform</button> <button onclick="buyVip()">buyVip</button> <button onclick="vipPayFinish()">苹果内购支付结果通知</button> <button onclick="getUid()">getUid</button> <button onclick="getRequestBaseParams()">.getRequestBaseParams</button> <button onclick="showLoading()">showLoading</button> </body> <script src="https://cdn.bootcdn.net/ajax/libs/dsbridge/3.1.4/dsbridge.min.js"></script> @@ -39,7 +46,7 @@ <script> function toast() { yestv.toast("测试123"); bridge.call("yestv.toast", "123123"); } function dstoast() { @@ -83,6 +90,40 @@ } }); } function buyVip() { bridge.call("yestv.buyVip", { code: "ysdq_month", orderNo: "213123" }, function(auth) { yestv.toast("支付凭证回调成功:" + auth) }); } function vipPayFinish() { bridge.call("yestv.vipPayFinish", 1); } function getUid() { var uid = bridge.call("yestv.getUid"); bridge.call("yestv.toast", "uid:" + uid); } function getRequestBaseParams() { var result = bridge.call("yestv.getRequestBaseParams", { id: 123 }); bridge.call("yestv.toast", "结果:" + result); } function showLoading() { bridge.call("yestv.showLoading"); setTimeout(function() { bridge.call("yestv.hideLoading"); }, 3000); } $(function() { const formUtil = { @@ -175,4 +216,7 @@ }) </script> </html> gonglue/huodefanli.html
@@ -34,10 +34,16 @@ background-size: 100% 100%; margin-top: 0.8rem; } video { width: 100%; height: 8.5rem; } </style> </head> <body> <video src="http://img.flqapp.com/resource/tejia/course_fanli.mp4" controls="" poster="./images/poster_fanli.jpg"></video> <div class="banner"></div> <h1>如何获得返利</h1> <div class="picture"> gonglue/images/poster.jpg
gonglue/images/poster_fanli.jpg
gonglue/images/poster_lijin.jpg
gonglue/images/poster_quan.jpg
gonglue/images/poster_shoudan.jpg
gonglue/lingqulijin.html
@@ -1,44 +1,51 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <title>如何领礼金红包</title> <link rel="stylesheet" href="./xinshougonglve.css"> <style> .picture1 { height: 5.95rem; background-image: url(./images/lj1.png); margin: 0.2rem auto; background-size: 100% 100%; } .picture2 { height: 7.27rem; background-image: url(./images/lj2.png); background-size: 100% 100%; } </style> </head> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <title>如何领礼金红包</title> <link rel="stylesheet" href="./xinshougonglve.css"> <style> .picture1 { height: 5.95rem; background-image: url(./images/lj1.png); margin: 0.2rem auto; background-size: 100% 100%; } <body> <div class="banner"></div> <h1>如何领取礼金</h1> <div class="picture"> <div class="picture1"></div> <div class="picture2"></div> </div> <script> window.onresize = function() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'; }; window.onresize(); </script> <script src="../js/dsbridge.min.js"></script> .picture2 { height: 7.27rem; background-image: url(./images/lj2.png); background-size: 100% 100%; } video { width: 100%; height: 8.5rem; } </style> </head> <body> <video src="http://img.flqapp.com/resource/tejia/course_lijin.mp4" controls="" poster="./images/poster_lijin.jpg"></video> <div class="banner"></div> <h1>如何领取礼金</h1> <div class="picture"> <div class="picture1"></div> <div class="picture2"></div> </div> <script> window.onresize = function() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'; }; window.onresize(); </script> <script src="../js/dsbridge.min.js"></script> <script src="./js/base.js"></script> </body> </body> </html> </html> gonglue/lingshoudanlijin.html
@@ -20,10 +20,15 @@ background-image: url(./images/sdlj2.png); background-size: 100% 100%; } video { width: 100%; height: 8.5rem; } </style> </head> <body> <video src="http://img.flqapp.com/resource/tejia/course_shoudan.mp4" controls="" poster="./images/poster_shoudan.jpg"></video> <div class="banner"></div> <h1>如何领取首单礼金</h1> <div class="picture"> gonglue/lingyouhuiquan.html
@@ -27,10 +27,16 @@ background-size: 100% 100%; margin-top: 0.3rem; } video { width: 100%; height: 8.5rem; } </style> </head> <body> <video src="http://img.flqapp.com/resource/tejia/course_quan.mp4" controls="" poster="./images/poster_quan.jpg"></video> <div class="banner"></div> <h1>如何领取优惠券</h1> <div class="picture"> ljin-hongbao/course.html
@@ -1,33 +1,35 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <script> window.onresize = function() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'; }; window.onresize(); </script> <link rel="stylesheet" href="./css/index.css"> <title>使用礼金红包</title> </head> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <script> window.onresize = function() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'; }; window.onresize(); </script> <link rel="stylesheet" href="./css/index.css"> <title>使用礼金红包</title> </head> <body> <div> <div class="buttom-text">1.选择带有【礼金红包】标识的商品;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q1.png" alt=""> <div class="buttom-text">2.点击红包使用入口;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q2.png" alt=""> <div class="buttom-text">3.确认礼金红包单词使用金额;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q3.png" alt=""> <div class="buttom-text">4.系统自动使用礼金红包,完成抵现;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q4.png" alt=""> </div> <div class="buttom">^_^到底了^_^</div> </body> <body> <div> <video src="http://img.flqapp.com/resource/tejia/course.mp4" style="width: 100%;height: 8rem;" controls="" poster="./images/poster.jpg"></video> <div class="buttom-text">1.选择带有【礼金红包】标识的商品;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q1.png" alt=""> <div class="buttom-text">2.点击红包使用入口;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q2.png" alt=""> <div class="buttom-text">3.确认礼金红包单词使用金额;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q3.png" alt=""> <div class="buttom-text">4.系统自动使用礼金红包,完成抵现;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q4.png" alt=""> </div> <div class="buttom">^_^到底了^_^</div> </body> </html> </html> ljin-hongbao/images/poster.jpg
ljin-hongbao/result.html
@@ -19,6 +19,11 @@ [v-cloak] { display: none; } video { width: 100%; height: 8.5rem; } </style> </head> @@ -42,6 +47,8 @@ <div class="line" style="margin-left:0.25rem; "></div> </div> </div> <video src="http://img.flqapp.com/resource/tejia/course.mp4" controls="" poster="./images/poster.jpg"></video> <div> <div class="buttom-text">1.选择带有【礼金红包】标识的商品;</div> <img style="width: 6.76rem;margin:0.19rem 0.37rem;margin-bottom:0.3rem;" src="./images/Q1.png" alt=""> @@ -67,7 +74,9 @@ }, methods: { btn: function() { bridge.call("yestv.jumpPage",{pageClassName:'com.tejia.lijin.app.ui.mine.LijinCapitalActivity'}) bridge.call("yestv.jumpPage", { pageClassName: 'com.tejia.lijin.app.ui.mine.LijinCapitalActivity' }) }, getUrlParam: function(paraName) { var url = document.location.toString(); @@ -93,8 +102,8 @@ }); //获取用户头像 var userInfo = bridge.call("yestv.getUserInfo"); if (userInfo) { userInfo = JSON.parse(userInfo); app.tx = userInfo.portrait; ljin-hongbao/video.html
New file @@ -0,0 +1,32 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <script> window.onresize = function() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'; }; window.onresize(); </script> <title>礼金红包</title> <style> video{ width: 100%; height: 8.5rem; } </style> </head> <body> <video src="http://img.flqapp.com/resource/tejia/course.mp4" controls="" poster="./images/poster.jpg"></video> </body> </html>