| | |
| | | <p>
|
| | | </div>
|
| | | <div class="div_list">
|
| | | <div class="div_item" v-for="(item, index) in dataList">
|
| | | <div class="div_item" v-for="(item, index) in listGroup">
|
| | | <div style="height: 0.33rem;"></div>
|
| | | <div class="div_item_content">
|
| | | <div>微信群名称微信群名称微信群名称</div>
|
| | | <img src="img/icon_off.png">
|
| | | <div>{{item.groupName}}</div>
|
| | |
|
| | | <img v-if="item.state" src="img/icon_on.png" @click="switchGroupState(item.id, false)">
|
| | | <img v-else src="img/icon_off.png" @click="switchGroupState(item.id, true)">
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | |
| | | var h5Url = "http://192.168.1.114:8848";
|
| | |
|
| | | var check = null;
|
| | | var wId = null;
|
| | | var wId = null; |
| | | var isLoadProgress = true;
|
| | |
|
| | | $(function() {
|
| | | var app = new Vue({
|
| | |
| | | circle: false, // 朋友圈-是否开启
|
| | | qrCodeUrl: null,
|
| | | userInfo: {},
|
| | | dataList: [{}, {}],
|
| | | listGroup: [{}, {}],
|
| | | custom: false, // 优先发送自选商品库
|
| | | official: false, // 自动采集官方推荐
|
| | | count: 0,
|
| | |
| | | clearInterval(check);
|
| | | },
|
| | | // 云发单开通信息
|
| | | fetcCloudInfo: function() {
|
| | | yesApp.showLoading();
|
| | | fetcCloudInfo: function() { |
| | | if (isLoadProgress) { |
| | | yesApp.showLoading(); |
| | | }
|
| | | var uid = yesApp.getUid();
|
| | | var params = {
|
| | | uid: uid,
|
| | |
| | | app.isWxLogin = result.data.loginState;
|
| | | app.circle = result.data.circle;
|
| | | app.userInfo = result.data;
|
| | | app.listGroup = result.data.listGroup;
|
| | |
|
| | | } else {
|
| | | yesApp.toast(result.msg);
|
| | | }
|
| | | },
|
| | | error: function(XMLHttpRequest, textStatus, errorThrown) {
|
| | | yesApp.hideLoading();
|
| | | if (textStatus === 'timeout') {
|
| | | setTimeout(function() {}, 2000);
|
| | | }
|
| | | }
|
| | | });
|
| | | },
|
| | | // 改变群状态
|
| | | switchGroupState: function(mId, state) {
|
| | | yesApp.showLoading();
|
| | | var uid = yesApp.getUid();
|
| | | var params = {
|
| | | uid: uid,
|
| | | id: mId,
|
| | | state: state
|
| | | };
|
| | | params = yesApp.getRequestBaseParams(params);
|
| | | $.ajax({
|
| | | type: "GET",
|
| | | data: JSON.parse(params),
|
| | | url: host + "/fanli/api/v2/user/cloud/switchGroupState",
|
| | | dataType: "jsonp",
|
| | | async: false,
|
| | | success: function(result) {
|
| | | yesApp.hideLoading();
|
| | | if (result.code == 0) {
|
| | | app.fetcCloudInfo();
|
| | |
|
| | | } else {
|
| | | yesApp.toast(result.msg);
|
| | |
| | |
|
| | | var list = app.goodsList.concat(result.data.list);
|
| | | app.goodsList = list;
|
| | |
|
| | |
|
| | |
|
| | | if (app.count <= app.goodsList.length) {
|
| | | load.noMore();
|
| | |
| | | </body>
|
| | |
|
| | | <script>
|
| | | // "http://api.flqapp.com";
|
| | | var host = "http://192.168.1.253:8080";
|
| | | var host1 = "http://apph5.banliapp.com";
|
| | | // "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/";
|
| | |
|
| | | $(function() {
|
| | | var app = new Vue({
|
| | | el: '#root',
|
| | |
| | | touchType: function(type) {
|
| | | switch (type) {
|
| | | case 1:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamOrder/index.html', null)
|
| | | yesApp.jumpWeb(host1 + 'AppInside/teamOrder/index.html', null)
|
| | | break;
|
| | | case 2:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamFans/index.html', null)
|
| | | yesApp.jumpWeb(host1 + 'AppInside/teamFans/index.html', null)
|
| | | break;
|
| | | case 3:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/index.html', null)
|
| | | yesApp.jumpWeb(host1 + 'AppInside/teamBonus/index.html', null)
|
| | | break;
|
| | | case 4:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/openVip/index.html', null)
|
| | | yesApp.jumpWeb(host1 + 'AppInside/openVip/index.html', null)
|
| | | break;
|
| | | case 5:
|
| | | yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/yjCompute/index.html', null)
|
| | | yesApp.jumpWeb(host1 + 'AppInside/yjCompute/index.html', null)
|
| | | break;
|
| | | case 6:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/dataPreview/datapreviewmain.html', null)
|
| | | yesApp.jumpWeb(host1 + '/AppInside/dataPreview/datapreviewmain.html', null)
|
| | | break;
|
| | | case 7:
|
| | | yesApp.toast('功能开发中...')
|
| | |
| | | <div class="div_items_left">
|
| | | <div v-if="index==0" class="div_flag" style="color: #D7B177;">{{index+1}}</div>
|
| | | <div v-else-if="index==1" class="div_flag" style="color: #AFBCC4;">{{index+1}}</div>
|
| | | <div v-else-if="index==2" class="div_flag" style="color: #C9C73E;">{{index+1}}</div> |
| | | <div v-else-if="index==2" class="div_flag" style="color: #C9C73E;">{{index+1}}</div>
|
| | | <div v-else-if="index!=9" class="div_flag" style="color: #888888;">{{index+1}}</div>
|
| | | <div v-else class="div_flag" style="color: #888888;margin-left: 0.2rem;">{{index+1}}</div> |
| | | |
| | | <div v-else class="div_flag" style="color: #888888;margin-left: 0.2rem;">{{index+1}}</div>
|
| | |
|
| | | <img v-if="item.portrait!=null&&item.portrait.length!=0" class="div_imgheader" v-bind:src="item.portrait">
|
| | | <div v-else class="div_imgheader" style="background-color: #CDCDCD; " ></div> |
| | | |
| | | <div v-else class="div_imgheader" style="background-color: #CDCDCD; "></div>
|
| | |
|
| | | <div>
|
| | | <div class="name_type_bg">
|
| | | <div v-if="item.nickName!=null&&item.nickName.length!=0" class="name">{{item.nickName}}</div>
|
| | |
| | | </div>
|
| | | </div>
|
| | |
|
| | | </div> |
| | | |
| | | <div v-if="item.number!=null&&item.number.length!=0" class="div_items_right">{{item.number}}笔</div> |
| | | <div v-else class="div_items_right" style="width: 0.76rem;background-color: #CDCDCD; height: 0.44rem;border-radius: 0.04rem;margin-top: 0.41rem;"> </div>
|
| | | </div>
|
| | |
|
| | | <div v-if="item.number!=null&&item.number.length!=0" class="div_items_right">{{item.number}}笔</div>
|
| | | <div v-else class="div_items_right" style="width: 0.76rem;background-color: #CDCDCD; height: 0.44rem;border-radius: 0.04rem;margin-top: 0.41rem;">
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | |
|
| | | </div>
|
| | | </body>
|
| | | <script>
|
| | | var host = "http://api.flqapp.com"; |
| | | 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',
|
| | |
| | | },
|
| | | methods: {
|
| | | enterSearch: function() {
|
| | | yesApp.jumpWeb(h5Url + '/AppInside/teamOrder/orderSearchMain.html', null)
|
| | | yesApp.jumpWeb(h5Url + 'AppInside/teamOrder/orderSearchMain.html', null)
|
| | | },
|
| | |
|
| | | changeTab: function(type) {
|
| | |
| | | },
|
| | |
|
| | | copyID: function(uid) {
|
| | | yesApp.copyText(uid + ''); |
| | | var type = yesApp.getPlatform(); |
| | | if (type == 1) { |
| | | yesApp.toast('复制成功'); |
| | | yesApp.copyText(uid + '');
|
| | | var type = yesApp.getPlatform();
|
| | | if (type == 1) {
|
| | | yesApp.toast('复制成功');
|
| | | }
|
| | | },
|
| | |
|
| | |
| | | </body>
|
| | |
|
| | | <script>
|
| | | var host = "http://api.flqapp.com";
|
| | | var host = "http://api.flqapp.com"; |
| | | // "http://apph5.banliapp.com" || "http://192.168.1.114:8848/flqFront/"
|
| | | var h5host = "http://apph5.banliapp.com/";
|
| | |
|
| | | $(function() {
|
| | |
| | | </div>
|
| | |
|
| | | <div id="root" v-cloak>
|
| | | <div class="div_item_bg" >
|
| | | <div class="div_item_bg">
|
| | | <div class="items" v-for="(item, index) in dataList" style="margin-top: 0.2rem; padding-top: 0.2rem;">
|
| | | <div class="div_topBg">
|
| | | <div class="div_image">
|
| | | <img :src="item" class="image_goods">
|
| | | <img class="image_goods">
|
| | | <img src="img/icon_suo.png" class="image_suo">
|
| | | </div>
|
| | |
|
| | |
| | | <!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" /> |
| | | <script> |
| | | window.onresize = function() { |
| | | document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'; |
| | | }; |
| | | window.onresize(); |
| | | </script> |
| | | <style type="text/css"> |
| | | body { |
| | | background: #F5F2F5; |
| | | margin: 0; |
| | | padding: 0; |
| | | } |
| | | |
| | | .wx { |
| | | margin: 0 auto; |
| | | width: 5.51rem; |
| | | height: 0.64rem; |
| | | font-size: 0.36rem; |
| | | line-height: 0.64rem; |
| | | background: rgba(255, 255, 255, 1); |
| | | border-radius: 0.08rem; |
| | | font-weight: bold; |
| | | color: rgba(42, 51, 90, 1); |
| | | margin-top: 0.14rem; |
| | | } |
| | | |
| | | .btn { |
| | | width: 5.60rem; |
| | | height: 0.76rem; |
| | | background: rgba(229, 0, 91, 1); |
| | | border-radius: 0.4rem; |
| | | font-size: 0.34rem; |
| | | font-family: Microsoft YaHei; |
| | | font-weight: 400; |
| | | color: rgba(255, 255, 255, 1); |
| | | line-height: 0.76rem; |
| | | margin: 0 auto; |
| | | margin-top: 0.33rem; |
| | | } |
| | | |
| | | .item { |
| | | background: #FFFFFF; |
| | | border-radius: 0.2rem; |
| | | margin: 0.2rem; |
| | | } |
| | | |
| | | .item .cut { |
| | | height: 1px; |
| | | background: rgba(224, 224, 224, 1); |
| | | } |
| | | |
| | | .item .title { |
| | | font-size: 0.34rem; |
| | | font-weight: bold; |
| | | color: rgba(51, 51, 51, 1); |
| | | padding: 0.3rem; |
| | | } |
| | | |
| | | .item .content { |
| | | font-size: 0.24rem; |
| | | font-weight: 400; |
| | | color: rgba(51, 51, 51, 1); |
| | | line-height: 0.39rem; |
| | | padding: 0.3rem; |
| | | } |
| | | |
| | | a { |
| | | text-decoration: none; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <div> |
| | | <div style="background: #FFC06D;"> |
| | | <img src="img/top.png" style="height: 3.38rem;"> |
| | | <img src="img/top_1.png" style="margin-top: 0.14rem;height: 2.87rem;" /> |
| | | <div style="text-align: center;padding-bottom: 0.66rem;"> |
| | | |
| | | <div style="font-size:0.3rem;font-weight:400;color:rgba(42,51,90,1);line-height:0.34rem;margin-top: 0.6rem;"> |
| | | 导师微信号 |
| | | </div> |
| | | |
| | | <div class="wx"> |
| | | fxdaka |
| | | </div> |
| | | |
| | | <div class="btn"> |
| | | 复制微信号 |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | <div style="padding-bottom: 1.25rem;"> |
| | | <div class="item"> |
| | | |
| | | <div class="title"> |
| | | 温馨提示 |
| | | </div> |
| | | |
| | | <div class="cut"> |
| | | |
| | | </div> |
| | | |
| | | <div class="content"> |
| | | 1.添加导师微信号时需要备注板栗快省ID;<br> |
| | | 2.导师会根据对行业精准判断和以及对本App的熟悉,倾力辅导于你,如导师消极对待,请联系人工客服举报;<br> |
| | | 3.要想成为导师,联系<a href="javascript:void()" onclick="kefu()">人工客服</a> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | <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> |
| | | </body> |
| | | <script> |
| | | function kefu() { |
| | | yesApp.jumpWeb("http://apph5.banliapp.com/AppInside/kefu/index.html"); |
| | | } |
| | | $(function() { |
| | | $(".btn").click(function() { |
| | | var wx = $(".wx").text().replace(/(^\s*)|(\s*$)/g, ""); |
| | | console.log(wx); |
| | | yesApp.copyText(wx); |
| | | yesApp.toast("复制成功"); |
| | | }); |
| | | |
| | | // var host = "http://192.168.1.122:8080" |
| | | // $.ajax({ |
| | | // type: "GET", |
| | | // data: JSON.parse(params), |
| | | // url: host + '/fanli/api/v2/user/getVIPInfo', |
| | | // dataType: "jsonp", |
| | | // async: false, |
| | | // success: function(result) {} |
| | | // }); |
| | | }); |
| | | </script> |
| | | <!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" />
|
| | | <script>
|
| | | window.onresize = function() {
|
| | | document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px';
|
| | | };
|
| | | window.onresize();
|
| | | </script>
|
| | | <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
| | | <style type="text/css">
|
| | | body {
|
| | | background: #F5F2F5;
|
| | | margin: 0;
|
| | | padding: 0;
|
| | | }
|
| | |
|
| | | .wx {
|
| | | margin: 0 auto;
|
| | | width: 5.51rem;
|
| | | height: 0.64rem;
|
| | | font-size: 0.36rem;
|
| | | line-height: 0.64rem;
|
| | | background: rgba(255, 255, 255, 1);
|
| | | border-radius: 0.08rem;
|
| | | font-weight: bold;
|
| | | color: rgba(42, 51, 90, 1);
|
| | | margin-top: 0.14rem;
|
| | | }
|
| | |
|
| | | .btn {
|
| | | width: 5.60rem;
|
| | | height: 0.76rem;
|
| | | background: rgba(229, 0, 91, 1);
|
| | | border-radius: 0.4rem;
|
| | | font-size: 0.34rem;
|
| | | font-family: Microsoft YaHei;
|
| | | font-weight: 400;
|
| | | color: rgba(255, 255, 255, 1);
|
| | | line-height: 0.76rem;
|
| | | margin: 0 auto;
|
| | | margin-top: 0.33rem;
|
| | | }
|
| | |
|
| | | .item {
|
| | | background: #FFFFFF;
|
| | | border-radius: 0.2rem;
|
| | | margin: 0.2rem;
|
| | | }
|
| | |
|
| | | .item .cut {
|
| | | height: 1px;
|
| | | background: rgba(224, 224, 224, 1);
|
| | | }
|
| | |
|
| | | .item .title {
|
| | | font-size: 0.34rem;
|
| | | font-weight: bold;
|
| | | color: rgba(51, 51, 51, 1);
|
| | | padding: 0.3rem;
|
| | | }
|
| | |
|
| | | .item .content {
|
| | | font-size: 0.24rem;
|
| | | font-weight: 400;
|
| | | color: rgba(51, 51, 51, 1);
|
| | | line-height: 0.39rem;
|
| | | padding: 0.3rem;
|
| | | }
|
| | |
|
| | | a {
|
| | | text-decoration: none;
|
| | | }
|
| | |
|
| | | [v-cloak] {
|
| | | display: none !important;
|
| | | }
|
| | | </style>
|
| | | </head>
|
| | | <body>
|
| | | <div id="root" v-cloak>
|
| | | <div style="background: #FFC06D;">
|
| | | <img src="img/top.png" style="height: 3.38rem;">
|
| | | <img src="img/top_1.png" style="margin-top: 0.14rem;height: 2.87rem;" />
|
| | |
|
| | | <div v-if="isTearcher">
|
| | | <div style="text-align: center;padding-bottom: 0.66rem;">
|
| | | <div style="font-size:0.3rem;font-weight:400;color:rgba(42,51,90,1);line-height:0.34rem;margin-top: 0.6rem;">
|
| | | 导师微信号
|
| | | </div>
|
| | |
|
| | | <div class="wx">
|
| | | {{wxnumber}}
|
| | | </div>
|
| | |
|
| | | <div class="btn">
|
| | | 复制微信号
|
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | |
|
| | | </div>
|
| | |
|
| | | <div style="padding-bottom: 1.25rem;">
|
| | | <div class="item">
|
| | |
|
| | | <div class="title">
|
| | | 温馨提示
|
| | | </div>
|
| | |
|
| | | <div class="cut">
|
| | |
|
| | | </div>
|
| | |
|
| | | <div v-if="isTearcher" class="content">
|
| | | 1.添加导师微信号时需要备注板栗快省ID;<br>
|
| | | 2.导师会根据对行业精准判断和以及对本App的熟悉,倾力辅导于你,如导师消极对待,请联系人工客服举报;<br>
|
| | | 3.要想成为导师,联系<a href="javascript:void()" onclick="kefu()">人工客服</a>
|
| | | </div>
|
| | |
|
| | | <div v-else class="content">
|
| | | 尊敬的用户,你的邀请关系中还没有导师,如你有导师相关问题咨询,请联系
|
| | | <a href="javascript:void()" onclick="kefu()">人工客服</a>
|
| | | </div>
|
| | | </div>
|
| | |
|
| | | </div>
|
| | |
|
| | | </div>
|
| | | <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>
|
| | | </body>
|
| | | <script>
|
| | | function kefu() {
|
| | | yesApp.jumpWeb("http://apph5.banliapp.com/AppInside/kefu/index.html");
|
| | | }
|
| | |
|
| | | var host = "http://api.flqapp.com";
|
| | |
|
| | | $(function() {
|
| | | app = new Vue({
|
| | | el: '#root',
|
| | | data: {
|
| | | isTearcher: false,
|
| | | wxnumber: ''
|
| | | },
|
| | | watch: {
|
| | |
|
| | | },
|
| | | methods: {
|
| | | getTearcherWX: function() {
|
| | | yesApp.showLoading();
|
| | | var uid = yesApp.getUid();
|
| | | var params = {
|
| | | uid: uid,
|
| | | };
|
| | | params = yesApp.getRequestBaseParams(params);
|
| | | $.ajax({
|
| | | type: "GET",
|
| | | data: JSON.parse(params),
|
| | | url: host + "/fanli/api/v2/user/getTearcherWX",
|
| | | dataType: "jsonp",
|
| | | async: false,
|
| | | success: function(result) {
|
| | | yesApp.hideLoading();
|
| | | if (result.code == 0) {
|
| | | app.isTearcher = true;
|
| | | app.wxnumber = result.data.wx;
|
| | |
|
| | | } else if (result.code == 1) {} else {
|
| | | if (result.msg != null && result.msg.length != 0 && result.msg != '') {
|
| | | yesApp.toast(result.msg);
|
| | | }
|
| | | }
|
| | | },
|
| | | error: function(XMLHttpRequest, textStatus, errorThrown) {
|
| | | yesApp.hideLoading();
|
| | | if (textStatus === 'timeout') {
|
| | | setTimeout(function() {}, 2000);
|
| | | }
|
| | | }
|
| | | });
|
| | | }
|
| | | }
|
| | | });
|
| | | app.getTearcherWX();
|
| | |
|
| | |
|
| | | $(".btn").click(function() {
|
| | | var wx = $(".wx").text().replace(/(^\s*)|(\s*$)/g, "");
|
| | | console.log(wx);
|
| | | yesApp.copyText(wx);
|
| | | yesApp.toast("复制成功");
|
| | | });
|
| | | });
|
| | | </script>
|
| | | </html> |