Commit d88f6408 by 林家欣

修改禅道bug

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