Commit d88f6408 by 林家欣

修改禅道bug

parent 63a69bf9
export const link = {
pxspkc: 'http://v3.gds.org.cn/LoginService.aspx',
wyxz: 'http://wsdt.gs1cn.org/anccoh/login.jsp',
zxzc: 'http://wsdt.ancc.org.cn/anccoh', // 我要申请商品条码里的在线注册
}
\ No newline at end of file
......@@ -87,7 +87,7 @@ export default {
return {
wyscspewm: {
title1: {
name: "我要申请商品条码",
name: "我要生成商品二维码",
},
},
};
......
......@@ -135,6 +135,8 @@ export default {
text-indent: 28px;
font-size: 14px;
line-height: 24px;
color: #454545;
margin: 0 0 10px;
}
a {
color: #008dbd;
......
......@@ -5,7 +5,7 @@
<div class="register-top register-border">
<div class="container">
<div class="register-top-cont">
<div class="zxzc-btn">在线注册</div>
<div class="zxzc-btn" @click="zxzcHandelClick">在线注册</div>
<img
src="../../assets/image/business/barcode-register.png"
class="barcode-register"
......@@ -33,6 +33,7 @@ import bgxz from "./copms/bgxz.vue";
import dffzjg from "./copms/dffzjg.vue";
import zcfg from "./copms/zcfg.vue";
import zxcxgj from "./copms/zxcxgj.vue";
import { link } from "@/utils/links";
export default {
components: {
......@@ -72,6 +73,11 @@ export default {
},
};
},
methods: {
zxzcHandelClick() {
window.open(link.zxzc, '_blank')
},
},
};
</script>
<style lang="scss" scoped>
......@@ -89,6 +95,7 @@ export default {
color: #ffffff;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.register-top-cont {
max-width: 450px;
......
......@@ -20,7 +20,7 @@
</div>
<div class="notice-nr-kj">
<p class="notice-note">
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2021年9月30日,采取阶段性降费措施。<span
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2021年12月31日,采取阶段性降费措施。<span
@click="handelJump"
>点击查看收费公示表</span
>
......@@ -69,6 +69,7 @@
</tbody>
</table>
</div>
<div class="notice-note" style="text-align:right"><br>2020年2月28日</div>
</div>
</div>
</div>
......@@ -172,12 +173,12 @@ export default {
.notice-nr-kj {
width: 90%;
margin: 20px auto;
padding: 0 10px;
height: 300px;
overflow: hidden;
overflow-y: auto;
.notice-note {
font-size: 14px;
span {
color: rgba(242, 99, 53, 1);
cursor: pointer;
......
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