Commit f364109b by Lyan

Merge branch 'master' of https://gitee.com/gs1-office-web-sit/gs1

parents 2b33567a 6cc8d240
......@@ -3,6 +3,7 @@
<div class="col-lg-8">
<div class="register marginTopLg20">
<div class="register-top register-border">
<div class="container">
<div class="register-top-cont">
<div class="zxzc-btn">在线注册</div>
<img
......@@ -12,6 +13,7 @@
/>
</div>
</div>
</div>
<div class="register-bottom register-border" v-if="true">
<zxcxgj :middle="true" />
</div>
......@@ -90,6 +92,7 @@ export default {
}
.register-top-cont {
max-width: 450px;
width: 100%;
margin: 0 auto;
}
.barcode-register {
......
......@@ -3,6 +3,7 @@
<div class="col-lg-8">
<div class="register marginTopLg20">
<div class="register-top register-border">
<div class="container">
<div class="register-top-cont">
<div class="zxzc-btn" @click="zxxzJump">在线续展</div>
<img
......@@ -12,6 +13,7 @@
/>
</div>
</div>
</div>
<div class="register-bottom register-border" v-if="false">
<cate :father="zxcxgjCate"></cate>
<div class="row zxcxgj-ul">
......@@ -24,10 +26,10 @@
</div>
</div>
<div class="col-lg-4">
<tmgg class="marginTopLg20"/>
<bgxz class="marginTop20"/>
<dffzjg class="marginTop20"/>
<zcfg class="marginTop20"/>
<tmgg class="marginTopLg20" />
<bgxz class="marginTop20" />
<dffzjg class="marginTop20" />
<zcfg class="marginTop20" />
</div>
</div>
</template>
......@@ -71,15 +73,15 @@ export default {
},
],
zxcxgjCate: {
name: '在线查询工具',
ico: require('../../assets/image/business/icon_gongju.png')
}
name: "在线查询工具",
ico: require("../../assets/image/business/icon_gongju.png"),
},
};
},
methods: {
zxxzJump() {
window.open('http://wsdt.ancc.org.cn/anccoh/', "_blank");
}
window.open("http://wsdt.ancc.org.cn/anccoh/", "_blank");
},
},
};
</script>
......
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