Commit 6d5047e7 authored by 李苏's avatar 李苏 💬

登录页面

parent 83dc68f3
......@@ -80,6 +80,11 @@
},
]
]
/* 初始化工序 */
function zpfk_getgx(e){
let that=e
that.gx=window.bzlx||"获取失败"
}
/* 判定代码类型 登录页面*/
function zpfk_hqlx(e){
let that=e
......@@ -456,7 +461,7 @@
let Vkwrkb01 = new Vue({
el: "#kwrkb01",
mounted() {
console.log("mounted")
zpfk_getgx(this)
pdfshow("pdf/dcAcess.pdf","kwrkb01pdf",20000)
this.initpage()
dbenlarge('kwrkb01', 1, this.initpage)
......@@ -531,6 +536,7 @@
let Vkwrkb02= new Vue({
el:"#kwrkb02",
mounted() {
zpfk_getgx(this)
// $(this.el).hide()
dbenlarge('kwrkb02',1,this.initpage)
// this.sivpdf=
......@@ -607,6 +613,7 @@
let Vkwrkb03= new Vue({
el:"#kwrkb03",
mounted() {
zpfk_getgx(this)
dbenlarge('kwrkb03',1,this.initpage)
// this.sivpdf=
this.initpage()
......
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