Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
b266af52
Commit
b266af52
authored
Nov 27, 2019
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
35f25db9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
2 deletions
+48
-2
embed_applications/app/front/vues/pages/policylist/policylist.html
+2
-1
embed_applications/app/front/vues/pages/policyquery/policyquery.html
+0
-0
embed_applications/app/front/vues/pages/policyquery/policyquery.js
+46
-1
No files found.
embed_applications/app/front/vues/pages/policylist/policylist.html
View file @
b266af52
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<div @click="after(rKey)" v-if="recommendationsObjAfter">下一篇:{{recommendationsObjAfter.name}}</div>
<div @click="after(rKey)" v-if="recommendationsObjAfter">下一篇:{{recommendationsObjAfter.name}}</div>
</div> -->
</div> -->
<div
class=
"policylist-qr"
>
<div
class=
"policylist-qr"
>
<img
src=
"/imgs/gsb.png"
alt=
""
>
扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯
<img
s
tyle=
"border:1px dashed #666;"
s
rc=
"/imgs/gsb.png"
alt=
""
>
扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
embed_applications/app/front/vues/pages/policyquery/policyquery.html
View file @
b266af52
This diff is collapsed.
Click to expand it.
embed_applications/app/front/vues/pages/policyquery/policyquery.js
View file @
b266af52
...
@@ -40,6 +40,15 @@
...
@@ -40,6 +40,15 @@
input7
:
''
,
input7
:
''
,
input8
:
''
,
input8
:
''
,
input9
:
''
,
input9
:
''
,
listGen1
:
true
,
listGen2
:
true
,
listGen3
:
true
,
listGen4
:
true
,
listGen5
:
true
,
listGen6
:
true
,
listGen7
:
true
,
listGen8
:
true
,
listGen9
:
true
,
tableData1
:
[
tableData1
:
[
'北京'
,
'北京'
,
'天津'
,
'天津'
,
...
@@ -200,7 +209,6 @@
...
@@ -200,7 +209,6 @@
}]
}]
}
}
},
},
methods
:
{
methods
:
{
rgba
()
{
rgba
()
{
var
color
=
this
.
colorList
[
Math
.
floor
(
Math
.
random
()
*
this
.
colorList
.
length
)];
var
color
=
this
.
colorList
[
Math
.
floor
(
Math
.
random
()
*
this
.
colorList
.
length
)];
...
@@ -435,12 +443,49 @@
...
@@ -435,12 +443,49 @@
}).
catch
(
function
(
e
)
{
}).
catch
(
function
(
e
)
{
console
.
log
(
`操作失败,请刷新页面后重新操作`
);
console
.
log
(
`操作失败,请刷新页面后重新操作`
);
});
});
},
refsWidth
(
ref
){
let
length
=
0
;
[...
ref
.
children
].
forEach
(
item
=>
{
length
+=
item
.
offsetWidth
;
});
return
length
;
},
geng
(){
if
(
this
.
$refs
.
ref1
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref1
)){
this
.
listGen1
=
false
;
}
if
(
this
.
$refs
.
ref2
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref2
)){
this
.
listGen2
=
false
;
}
if
(
this
.
$refs
.
ref3
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref3
)){
this
.
listGen3
=
false
;
}
if
(
this
.
$refs
.
ref4
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref4
)){
this
.
listGen4
=
false
;
}
if
(
this
.
$refs
.
ref5
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref5
)){
this
.
listGen5
=
false
;
}
if
(
this
.
$refs
.
ref6
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref6
)){
this
.
listGen6
=
false
;
}
if
(
this
.
$refs
.
ref7
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref7
)){
this
.
listGen7
=
false
;
}
if
(
this
.
$refs
.
ref8
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref8
)){
this
.
listGen8
=
false
;
}
if
(
this
.
$refs
.
ref9
.
offsetWidth
>=
this
.
refsWidth
(
this
.
$refs
.
ref9
)){
this
.
listGen9
=
false
;
}
}
}
},
},
mounted
:
function
()
{
mounted
:
function
()
{
/*for (let i = 0; i < this.portrayalArr.length; i++) {
/*for (let i = 0; i < this.portrayalArr.length; i++) {
this.portrayalArr[i].col = this.rgb();
this.portrayalArr[i].col = this.rgb();
};*/
};*/
this
.
geng
();
this
.
zcPost
();
this
.
zcPost
();
this
.
zccompanyPost
();
this
.
zccompanyPost
();
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment