Commit dd86942e by 林家欣

修改公告时间

parent 8c40b33b
...@@ -229,19 +229,23 @@ export default { ...@@ -229,19 +229,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
}; };
</script> </script>
...@@ -269,7 +273,7 @@ export default { ...@@ -269,7 +273,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #454545; color: #454545;
font-weight: 300; font-weight: 300;
line-height: 24px line-height: 24px;
} }
} }
} }
......
...@@ -148,19 +148,23 @@ export default { ...@@ -148,19 +148,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
}; };
</script> </script>
...@@ -189,7 +193,7 @@ export default { ...@@ -189,7 +193,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #454545; color: #454545;
font-weight: 300; font-weight: 300;
line-height: 24px line-height: 24px;
} }
} }
} }
......
...@@ -127,19 +127,23 @@ export default { ...@@ -127,19 +127,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
}; };
</script> </script>
......
...@@ -177,9 +177,11 @@ export default { ...@@ -177,9 +177,11 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
...@@ -189,10 +191,12 @@ export default { ...@@ -189,10 +191,12 @@ export default {
// console.log(this.$route.query.id) // console.log(this.$route.query.id)
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
}; };
</script> </script>
...@@ -331,7 +335,7 @@ export default { ...@@ -331,7 +335,7 @@ export default {
color: #454545; color: #454545;
} }
.prominent-text { .prominent-text {
color: #008DBD; color: #008dbd;
} }
.fwxmyfwnr { .fwxmyfwnr {
td { td {
......
...@@ -166,19 +166,23 @@ export default { ...@@ -166,19 +166,23 @@ export default {
console.log(this.$refs[key], "this.$refs"); console.log(this.$refs[key], "this.$refs");
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
}; };
</script> </script>
......
...@@ -131,19 +131,23 @@ export default { ...@@ -131,19 +131,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
}; };
</script> </script>
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
<b>登录平台</b> <b>登录平台</b>
</p> </p>
<p> <p>
登录中国物品编码中心官网<a :href="`${urls.origin}`" target="_blank" 登录中国物品编码中心官网<a :href="`${urls.origin}`" target="_blank">{{
>{{urls.host}}</a urls.host
> }}</a>
,点击“成员专区”或点击“我要通报编码信息”。 ,点击“成员专区”或点击“我要通报编码信息”。
</p> </p>
<div class="text-center"> <div class="text-center">
...@@ -102,9 +102,11 @@ export default { ...@@ -102,9 +102,11 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
...@@ -114,10 +116,12 @@ export default { ...@@ -114,10 +116,12 @@ export default {
...mapState(["urls"]), ...mapState(["urls"]),
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
methods: { methods: {
ljtbJump() { ljtbJump() {
...@@ -157,7 +161,7 @@ export default { ...@@ -157,7 +161,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #454545; color: #454545;
font-weight: 300; font-weight: 300;
line-height: 24px line-height: 24px;
} }
} }
.text-right { .text-right {
......
...@@ -89,19 +89,23 @@ export default { ...@@ -89,19 +89,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
}; };
</script> </script>
...@@ -126,7 +130,7 @@ export default { ...@@ -126,7 +130,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #454545; color: #454545;
font-weight: 300; font-weight: 300;
line-height: 24px line-height: 24px;
} }
img { img {
max-width: 100%; max-width: 100%;
......
...@@ -7,8 +7,9 @@ ...@@ -7,8 +7,9 @@
<b>1、成员专区培训</b> <b>1、成员专区培训</b>
</p> </p>
<p> <p>
登录中国物品编码中心官网<a :href="`${urls.origin}`" target="_blank" 登录中国物品编码中心官网<a :href="`${urls.origin}`" target="_blank">{{
>{{urls.host}}</a urls.host
}}</a
>,点击“成员专区”,通过条码卡卡号密码登录。 >,点击“成员专区”,通过条码卡卡号密码登录。
</p> </p>
<div class="text-center"> <div class="text-center">
...@@ -80,8 +81,9 @@ ...@@ -80,8 +81,9 @@
<div class="msg-title" ref="5-2">线下培训:</div> <div class="msg-title" ref="5-2">线下培训:</div>
<p> <p>
登录中国物品编码中心官网<a :href="`${urls.origin}`" target="_blank" 登录中国物品编码中心官网<a :href="`${urls.origin}`" target="_blank">{{
>{{urls.origin}}</a urls.origin
}}</a
>,点击“我要培训”。 >,点击“我要培训”。
</p> </p>
<div class="text-center"> <div class="text-center">
...@@ -93,8 +95,7 @@ ...@@ -93,8 +95,7 @@
/> />
</div> </div>
<p> <p>
查看<a href="/Service/Training" target="_blank" 查看<a href="/Service/Training" target="_blank">全国分支机构培训计划</a
>全国分支机构培训计划</a
>,选择适合方式、场次参加培训。 >,选择适合方式、场次参加培训。
</p> </p>
<div <div
...@@ -137,19 +138,23 @@ export default { ...@@ -137,19 +138,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
methods: { methods: {
ljtbJump() { ljtbJump() {
...@@ -188,7 +193,7 @@ export default { ...@@ -188,7 +193,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #454545; color: #454545;
font-weight: 300; font-weight: 300;
line-height: 24px line-height: 24px;
} }
a { a {
color: #008dbd; color: #008dbd;
......
...@@ -101,19 +101,23 @@ export default { ...@@ -101,19 +101,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
methods: { methods: {
ljtbJump() { ljtbJump() {
...@@ -152,7 +156,7 @@ export default { ...@@ -152,7 +156,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #454545; color: #454545;
font-weight: 300; font-weight: 300;
line-height: 24px line-height: 24px;
} }
a { a {
color: #008dbd; color: #008dbd;
......
...@@ -2,17 +2,18 @@ ...@@ -2,17 +2,18 @@
<div class="guide"> <div class="guide">
<cate :father="wyzxCate"> </cate> <cate :father="wyzxCate"> </cate>
<div class="guide-msg container"> <div class="guide-msg container">
<div class="msg-title" ref="7-1">
<div class="msg-title" ref="7-1">企业可以通过以下几种方式与我们联系:</div> 企业可以通过以下几种方式与我们联系:
</div>
<div class="msg-title">线上咨询</div> <div class="msg-title">线上咨询</div>
<p > <p>
<b>1、成员专区咨询</b> <b>1、成员专区咨询</b>
</p> </p>
<p > <p>
<b>(1)查看常见问题</b> <b>(1)查看常见问题</b>
</p> </p>
<p > <p>
登录中国物品编码中心网站,点击“成员专区”,通过条码卡卡号密码登录,依次点击“咨询”→“常见问题”,查看常见问题。根据业务办理、编码技术、产品信息通报等分类的常见问题方便企业快速查找。 登录中国物品编码中心网站,点击“成员专区”,通过条码卡卡号密码登录,依次点击“咨询”→“常见问题”,查看常见问题。根据业务办理、编码技术、产品信息通报等分类的常见问题方便企业快速查找。
</p> </p>
...@@ -24,10 +25,10 @@ ...@@ -24,10 +25,10 @@
style="margin-top: 15px; margin-bottom: 15px" style="margin-top: 15px; margin-bottom: 15px"
/> />
</div> </div>
<p > <p>
<b>(2)在线提问</b> <b>(2)在线提问</b>
</p> </p>
<p > <p>
依次点击“咨询”→“我的提问”→“新增”,填写问题标题及内容后,点击“提交”,等待工作人员回复。 依次点击“咨询”→“我的提问”→“新增”,填写问题标题及内容后,点击“提交”,等待工作人员回复。
</p> </p>
<div class="text-center"> <div class="text-center">
...@@ -38,10 +39,10 @@ ...@@ -38,10 +39,10 @@
style="margin-top: 15px; margin-bottom: 15px" style="margin-top: 15px; margin-bottom: 15px"
/> />
</div> </div>
<p > <p>
<b>2、移动端咨询</b> <b>2、移动端咨询</b>
</p> </p>
<p > <p>
通过条码卡卡号或者手机号码登录“中国编码APP”,可 “条码咨询”和查看 通过条码卡卡号或者手机号码登录“中国编码APP”,可 “条码咨询”和查看
“常见问题”。填写问题标题及内容后,点击“提交”,提出问题,等待工作人员回复。 “常见问题”。填写问题标题及内容后,点击“提交”,提出问题,等待工作人员回复。
</p> </p>
...@@ -104,19 +105,23 @@ export default { ...@@ -104,19 +105,23 @@ export default {
Object.keys(this.$refs).forEach((key) => { Object.keys(this.$refs).forEach((key) => {
this.$refs[key].setAttribute("class", "msg-title"); this.$refs[key].setAttribute("class", "msg-title");
}); });
if (val.query.id) {
const top = this.$refs[val.query.id].offsetTop; const top = this.$refs[val.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
this.$refs[val.query.id].setAttribute("class", "msg-title actived"); this.$refs[val.query.id].setAttribute("class", "msg-title actived");
}
}); });
}, },
immediate: true, immediate: true,
}, },
}, },
mounted() { mounted() {
if (this.$route.query.id) {
setTimeout(() => { setTimeout(() => {
const top = this.$refs[this.$route.query.id].offsetTop; const top = this.$refs[this.$route.query.id].offsetTop;
window.scrollTo(0, top); window.scrollTo(0, top);
}, 100); }, 100);
}
}, },
methods: { methods: {
ljtbJump() { ljtbJump() {
...@@ -155,7 +160,7 @@ export default { ...@@ -155,7 +160,7 @@ export default {
font-size: 14px; font-size: 14px;
color: #454545; color: #454545;
font-weight: 300; font-weight: 300;
line-height: 24px line-height: 24px;
} }
a { a {
color: #008dbd; color: #008dbd;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</div> </div>
<div class="notice-nr-kj"> <div class="notice-nr-kj">
<p class="notice-note"> <p class="notice-note">
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2021年12月31日,采取阶段性降费措施。<span 为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2022年3月31日,采取阶段性降费措施。<span
@click="handelJump" @click="handelJump"
>点击查看收费公示表</span >点击查看收费公示表</span
> >
...@@ -89,7 +89,7 @@ export default { ...@@ -89,7 +89,7 @@ export default {
this.show = false; this.show = false;
}, },
handelJump() { handelJump() {
window.open("/Business/Corppaynew", "_blank"); window.open("/Business/Corppay", "_blank");
}, },
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment