Commit 81549f47 by Lyan

培训计划右侧更改

parent bca46d41
export const link = { export const link = {
pxspkc: 'http://v3.gds.org.cn/LoginService.aspx', pxspkc: 'https://training.ancc.org.cn/portal/',
wyxz: 'http://wsdt.gs1cn.org/anccoh/login.jsp', wyxz: 'http://wsdt.gs1cn.org/anccoh/login.jsp',
zxzc: 'http://wsdt.ancc.org.cn/anccoh', // 我要申请商品条码里的在线注册 zxzc: 'http://wsdt.ancc.org.cn/anccoh', // 我要申请商品条码里的在线注册
} }
\ No newline at end of file
...@@ -53,26 +53,35 @@ ...@@ -53,26 +53,35 @@
<cate2 :father="pxspkcCate"></cate2> <cate2 :father="pxspkcCate"></cate2>
<div class="container"> <div class="container">
<p> <p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;系统成员可登录中国商品信息服务平台的成员专区选择在线学习服务培训视频教程,即可简单、有效、快速的学习到实用的商品条码知识,了解GS1系统并按标准使用商品条码,如需了解请按下方提示点击进入。 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中国物品编码中心教育培训平台,汇集了物品编码及各行业领域人才,运用视频观看、直播互动、文字学习等培训方式,构建全面实用的编码技术与应用知识宝库。
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中国商品条码系统成员可登录中国物品编码中心教育培训平台选择在线学习,即可简单、有效、快速的学习到实用的商品条码知识,了解GS1系统并按标准使用商品条码,如需了解请按下方提示点击进入。
</p> </p>
<p class="pxspkc-btn"> <p class="pxspkc-btn">
<button @click="pxspkcHandelClick">点击进入</button> <button @click="pxspkcHandelClick">点击进入</button>
</p> </p>
<p> <p>
<img <img
src="../../assets/image/business/woyaopeixun2.jpg" src="../../assets/image/business/training1.jpg"
alt=""
/>
</p>
<p>
<img
src="../../assets/image/business/training2.jpg"
alt="" alt=""
/> />
</p> </p>
<p> <p>
<img <img
src="../../assets/image/business/woyaopeixun3.jpg" src="../../assets/image/business/training3.jpg"
alt="" alt=""
/> />
</p> </p>
</div> </div>
</div> </div>
<div class="xspxgg"> <!-- <div class="xspxgg">
<cate :father="xspxggCate"></cate> <cate :father="xspxggCate"></cate>
<div class="container"> <div class="container">
<p>尊敬的中国商品条码系统成员:</p> <p>尊敬的中国商品条码系统成员:</p>
...@@ -83,7 +92,7 @@ ...@@ -83,7 +92,7 @@
>进行查看。 >进行查看。
</p> </p>
</div> </div>
</div> </div> -->
</div> </div>
</div> </div>
</div> </div>
...@@ -115,7 +124,7 @@ export default { ...@@ -115,7 +124,7 @@ export default {
}, },
pxspkcCate: { pxspkcCate: {
ico: "", ico: "",
name: "培训视频课程", name: "中国物品编码中心教育培训平台",
}, },
xspxggCate: { xspxggCate: {
ico: "", ico: "",
...@@ -171,7 +180,7 @@ export default { ...@@ -171,7 +180,7 @@ export default {
console.log(this.currentList, "根据季度回去培训计划列表和详情"); console.log(this.currentList, "根据季度回去培训计划列表和详情");
} }
}, },
// 培训视频课程点击进入 // 中国物品编码中心教育培训平台点击进入
pxspkcHandelClick() { pxspkcHandelClick() {
window.open(link.pxspkc, "_blank"); window.open(link.pxspkc, "_blank");
}, },
...@@ -241,6 +250,7 @@ export default { ...@@ -241,6 +250,7 @@ export default {
} }
} }
.pxspkc { .pxspkc {
margin-bottom: 20px;
.pxspkc-btn { .pxspkc-btn {
text-align: center; text-align: center;
button { button {
......
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