Browse Source

党员不显示问题 公众号样式调整

master
mk 1 year ago
parent
commit
c8ba6d973c
  1. 2
      src/views/iframe/dyzxh.vue
  2. 4
      src/views/iframe/dyzxh1.vue
  3. 13
      yifengdian-company-report/public/index.html
  4. 2
      yifengdian-company-report/src/router/router_modular/index.js
  5. 22
      yifengdian-company-report/src/views/home.vue
  6. 1
      yifengdian-company-report/yifengdian-company-report/css/about.db809f71.css
  7. 1
      yifengdian-company-report/yifengdian-company-report/css/about.e639a76c.css
  8. 12
      yifengdian-company-report/yifengdian-company-report/index.html
  9. 2
      yifengdian-company-report/yifengdian-company-report/js/about.02ae9282.js
  10. 1
      yifengdian-company-report/yifengdian-company-report/js/about.02ae9282.js.map
  11. 2
      yifengdian-company-report/yifengdian-company-report/js/about.08fbf1c7.js
  12. 1
      yifengdian-company-report/yifengdian-company-report/js/about.08fbf1c7.js.map
  13. 2
      yifengdian-company-report/yifengdian-company-report/js/app.b6610b85.js
  14. 1
      yifengdian-company-report/yifengdian-company-report/js/app.b6610b85.js.map
  15. 2
      yifengdian-company-report/yifengdian-company-report/js/app.ed347aa5.js
  16. 1
      yifengdian-company-report/yifengdian-company-report/js/app.ed347aa5.js.map

2
src/views/iframe/dyzxh.vue

@ -101,7 +101,7 @@
}, },
houseListByGroup(){ houseListByGroup(){
let {pageSize,pageNo} = this; let {pageSize,pageNo} = this;
houseListByParthMemberName({ partyMemberName: this.partyName,pageSize,pageNo ,group:this.$route.query.group}).then((res) => { houseListByParthMemberName({ partyMemberName: this.partyName,pageSize,pageNo ,group:this.$route.query.group|| this.$route.query['amp;group'] }).then((res) => {
this.total = res.data.total; this.total = res.data.total;
this.dataList = res.data.list; this.dataList = res.data.list;
}) })

4
src/views/iframe/dyzxh1.vue

@ -79,6 +79,7 @@
} }
}, },
created () { created () {
console.log(this.$route.query);
this.partyMemberNameListByGroup() this.partyMemberNameListByGroup()
}, },
methods: { methods: {
@ -87,7 +88,8 @@
}, },
partyMemberNameListByGroup(){ partyMemberNameListByGroup(){
partyMemberNameListByGroup({ groupName: this.$route.query.group}).then((res) => { partyMemberNameListByGroup({ groupName: this.$route.query.group || this.$route.query['amp;group']
}).then((res) => {
this.total = res.data.total; this.total = res.data.total;
this.dataList = res.data; this.dataList = res.data;
}) })

13
yifengdian-company-report/public/index.html

@ -15,3 +15,16 @@
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
</html> </html>
<script>
var i = document.createElement('iframe');
i.src = 'https://www.baidu.com/favicon.ico';
i.style.display = 'none';
i.onload = function() {
setTimeout(function(){
i.remove();
}, 9)
}
console.log(to);
document.title = to.meta.title;
document.body.appendChild(i);
</script>

2
yifengdian-company-report/src/router/router_modular/index.js

@ -23,7 +23,7 @@ const router_modular = [
path: '/', path: '/',
name: 'home', name: 'home',
component: () => import(/* webpackChunkName: "about" */ '@/views/home.vue'), component: () => import(/* webpackChunkName: "about" */ '@/views/home.vue'),
title:'首页' meta: { requiresAuth: true ,title:'首页'},
}, },
{ {
path: '/vegetable', path: '/vegetable',

22
yifengdian-company-report/src/views/home.vue

@ -152,10 +152,16 @@ export default {
this.seedNewsScreenList() this.seedNewsScreenList()
}, },
mounted(){ mounted(){
setTimeout(()=>{ var i = document.createElement('iframe');
console.log(this.priceList); i.src = 'https://www.baidu.com/favicon.ico';
i.style.display = 'none';
},5000) i.onload = function() {
setTimeout(function(){
i.remove();
}, 9)
}
document.title = to.meta.title;
document.body.appendChild(i);
}, },
watch:{ watch:{
$route: { $route: {
@ -324,12 +330,12 @@ console.log(this.priceList);
position: relative; position: relative;
.header { .header {
height: 135px; height: 100px;
background: url('@/assets/images/home/header.png'); background: url('@/assets/images/home/header.png');
background-size: 100% 100%; background-size: 100% 100%;
.tel_box { .tel_box {
padding: 79px 25px 0; padding: 30px 25px 0;
box-sizing: border-box; box-sizing: border-box;
font-style: italic; font-style: italic;
@ -366,14 +372,14 @@ console.log(this.priceList);
>section { >section {
position: absolute; position: absolute;
top: 110px; top: 66px;
width: calc(100% - 20px); width: calc(100% - 20px);
margin: 0 auto; margin: 0 auto;
} }
.scroll-box { .scroll-box {
max-height: calc(100vh - 210px); max-height: calc(100vh - 210px);
min-height: calc(100vh - 200px); min-height: calc(100vh - 163px);
overflow: hidden; overflow: hidden;
.scroll-title { .scroll-title {
height: 45px; height: 45px;

1
yifengdian-company-report/yifengdian-company-report/css/about.db809f71.css

File diff suppressed because one or more lines are too long

1
yifengdian-company-report/yifengdian-company-report/css/about.e639a76c.css

File diff suppressed because one or more lines are too long

12
yifengdian-company-report/yifengdian-company-report/index.html

@ -1 +1,11 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/yifengdian-company-report/favicon.ico"><title>数字移风</title><script defer="defer" src="/yifengdian-company-report/js/chunk-vendors.2782d621.js"></script><script defer="defer" src="/yifengdian-company-report/js/app.b6610b85.js"></script><link href="/yifengdian-company-report/css/chunk-vendors.fda3ab26.css" rel="stylesheet"><link href="/yifengdian-company-report/css/app.719aad32.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but company_report doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/yifengdian-company-report/favicon.ico"><title>数字移风</title><script defer="defer" src="/yifengdian-company-report/js/chunk-vendors.2782d621.js"></script><script defer="defer" src="/yifengdian-company-report/js/app.ed347aa5.js"></script><link href="/yifengdian-company-report/css/chunk-vendors.fda3ab26.css" rel="stylesheet"><link href="/yifengdian-company-report/css/app.719aad32.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but company_report doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>var i = document.createElement('iframe');
i.src = 'https://www.baidu.com/favicon.ico';
i.style.display = 'none';
i.onload = function() {
setTimeout(function(){
i.remove();
}, 9)
}
console.log(to);
document.title = to.meta.title;
document.body.appendChild(i);</script>

2
yifengdian-company-report/yifengdian-company-report/js/about.02ae9282.js

File diff suppressed because one or more lines are too long

1
yifengdian-company-report/yifengdian-company-report/js/about.02ae9282.js.map

File diff suppressed because one or more lines are too long

2
yifengdian-company-report/yifengdian-company-report/js/about.08fbf1c7.js

File diff suppressed because one or more lines are too long

1
yifengdian-company-report/yifengdian-company-report/js/about.08fbf1c7.js.map

File diff suppressed because one or more lines are too long

2
yifengdian-company-report/yifengdian-company-report/js/app.b6610b85.js

File diff suppressed because one or more lines are too long

1
yifengdian-company-report/yifengdian-company-report/js/app.b6610b85.js.map

File diff suppressed because one or more lines are too long

2
yifengdian-company-report/yifengdian-company-report/js/app.ed347aa5.js

File diff suppressed because one or more lines are too long

1
yifengdian-company-report/yifengdian-company-report/js/app.ed347aa5.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save