Commit dd86942e by 林家欣

修改公告时间

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