AppInside/cloudPushOrder/cloudPushOrderManage.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/cloudPushOrder/openCloudPushOrder.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/cloudPushOrder/openRecord.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/dataPreview/fund.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/rewardNew/css/stylesheet.css | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/rewardNew/img/icon_header.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/rewardNew/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/supVipManage/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/teamOrder/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/teamOrder/orderSearchMain.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
AppInside/teamOrder/orderSearchResult.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
AppInside/cloudPushOrder/cloudPushOrderManage.html
@@ -835,6 +835,7 @@ dataType: "jsonp", async: false, success: function(result) { load.hidden(); yesApp.hideLoading(); if (result.code == 0) { app.custom = result.data.custom; AppInside/cloudPushOrder/openCloudPushOrder.html
@@ -534,6 +534,7 @@ dataType: "jsonp", async: false, success: function(result) { load.hidden(); yesApp.hideLoading(); if (result.code == 0) { app.custom = result.data.custom; AppInside/cloudPushOrder/openRecord.html
@@ -430,6 +430,7 @@ dataType: "jsonp", async: false, success: function(result) { load.hidden(); yesApp.hideLoading(); if (result.code == 0) { app.custom = result.data.custom; AppInside/dataPreview/fund.html
@@ -373,7 +373,7 @@ <script> // "http://api.flqapp.com"; var host = "http://192.168.1.253:8080"; var host = "http://api.flqapp.com"; $(function() { var app = new Vue({ el: '#root', AppInside/rewardNew/css/stylesheet.css
New file @@ -0,0 +1,33 @@ * { margin: 0; top: 0; /* 不允许复制 */ -moz-user-select: none; /* Firefox私有属性 */ -webkit-user-select: none; /* WebKit内核私有属性 */ -ms-user-select: none; /* IE私有属性(IE10及以后) */ -khtml-user-select: none; /* KHTML内核私有属性 */ -o-user-select: none; /* Opera私有属性 */ user-select: none; /* CSS3属性 */ /* IOS点击阴影 */ -webkit-tap-highlight-color: transparent; /* 禁止长按图片保存 */ -webkit-touch-callout: none; } body { background-color: #F3F3F3; font-family: Arial, "Microsoft YaHei"; } .div_headerBG { background-color: #FFFFFF; border-radius: 0.2rem; margin-left: 0.2rem; margin-right: 0.2rem; } AppInside/rewardNew/img/icon_header.png
AppInside/rewardNew/index.html
New file @@ -0,0 +1,70 @@ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>拉新奖励</title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <link rel="stylesheet" type="text/css" href="css/stylesheet.css" /> <script> window.onresize = function() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'; }; window.onresize(); </script> <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> <script src="http://img.flqapp.com/resource/js/app2019112217.js"></script> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> <style type="text/css"> [v-cloak] { display: none !important; } </style> </head> <body> <div id="root"> <img src="img/icon_header.png" style="width: 7.5rem;height: 5.28rem;"> <div style="background-color: #FF3567;margin-top: -0.3rem;"> <div class="div_headerBG"> <div style="color: #333333;font-size: 0.34rem;height: 0.85rem;line-height: 0.85rem;text-align: center;border-bottom: #DFDFDF solid 1px;"> 活动规则 </div> <div style="color: #E5005B;font-size: 0.24rem;height: 0.24rem;font-weight: bold; display: -webkit-flex;align-items: center;margin-left: 0.43rem;margin-top: 0.34rem;"> 新人有效订单奖励: </div> <div style="color: #333333;font-size: 0.24rem;display: -webkit-flex;align-items: center;margin-left: 0.43rem;line-height: 0.3rem;margin-top: 0.1rem;"> 首笔订单≥9.9元(实付款),确认收货后,奖励免单券一张。 </div> <div style="color: #E5005B;font-size: 0.24rem;height: 0.24rem;font-weight: bold; display: -webkit-flex;align-items: center;margin-left: 0.43rem;margin-top: 0.3rem;"> 邀请人有效粉丝奖励: </div> <div style="color: #333333;font-size: 0.24rem; display: -webkit-flex;align-items: center;margin-left: 0.43rem;line-height: 0.3rem;margin-top: 0.1rem;"> 直接粉丝首笔订单≥8元(实付款),确认收货后,可获得拉新奖励红包: </div> <div style="display: -webkit-flex;justify-content: space-between;align-items: center;"> <div style=""> </div> </div> </div> </div> </div> </body> <script> // "http://api.flqapp.com"; http://192.168.1.253:8080 var host = "http://192.168.1.253:8080"; $(function() { var app = new Vue({ el: "#root", data: { }, methods: { } }); }); </script> </html> AppInside/supVipManage/index.html
@@ -78,7 +78,7 @@ // "http://api.flqapp.com"; || http://192.168.1.253:8080 var host = "http://api.flqapp.com"; // "http://apph5.banliapp.com/"|| "http://192.168.1.114:8848/flqFront/" var host1 = "http://apph5.banliapp.com/"; var host1 = "http://apph5.banliapp.com" $(function() { var app = new Vue({ AppInside/teamOrder/index.html
@@ -124,10 +124,10 @@ </div> </body> <script> var host = "http://api.flqapp.com"; // "http://apph5.banliapp.com" || "http://192.168.1.114:8848/flqFront/" var h5Url = "http://apph5.banliapp.com/"; var host = "http://api.flqapp.com"; // "http://apph5.banliapp.com" "http://192.168.1.114:8848/flqFront/ var h5Url = "http://apph5.banliapp.com" $(function() { var app = new Vue({ el: '#root', @@ -243,7 +243,6 @@ } } }); app.fetchTeamFans(); app.fetchRanking(); }); AppInside/teamOrder/orderSearchMain.html
@@ -53,7 +53,7 @@ <script> var host = "http://api.flqapp.com"; // "http://apph5.banliapp.com" || "http://192.168.1.114:8848/flqFront/" var h5host = "http://apph5.banliapp.com/"; var h5host = "http://apph5.banliapp.com" $(function() { var app = new Vue({ AppInside/teamOrder/orderSearchResult.html
@@ -94,6 +94,7 @@ </div> <div style="height: 0.3rem;"></div> </div> </div> <div class="loading-more"></div> @@ -143,7 +144,8 @@ var uid = yesApp.getUid(); var params = { uid: uid, key: key key: key, page: app.page }; params = yesApp.getRequestBaseParams(params); $.ajax({ @@ -153,9 +155,9 @@ dataType: "jsonp", async: false, success: function(result) { load.hidden(); yesApp.hideLoading(); if (result.code == 0) { for (i = 0; i < result.data.list.length; i++) { var info = result.data.list[i]; var reg = new RegExp("\n", "g"); @@ -166,7 +168,9 @@ if (app.page == 1) { app.dataList = new Array(); } app.page += 1; app.page++; app.count = result.data.count; var list = app.dataList.concat(result.data.list); @@ -204,11 +208,8 @@ }); window.onscroll = function() { if (Math.abs(getScrollHeight() - getDocumentTop() - getWindowHeight()) < 10) { if (load.isLoading() || (app.page > 1 && app.count <= app.dataList.length)) return; if (load.isLoading() || (app.page > 1 && app.count <= app.dataList.length)) return; load.show(); setTimeout(function() { app.fetchOrderSearch();