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
8ec9f66c
Commit
8ec9f66c
authored
Dec 30, 2019
by
huangjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hj
parent
a003652e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
50 additions
and
5 deletions
+50
-5
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/entry/public/js/index.js
+5
-1
igirl-web/app/front/vues/pages/declare/declare.js
+19
-1
igirl-web/app/front/vues/pages/policyquery/policyquery.css
+8
-0
igirl-web/app/front/vues/pages/policyquery/policyquery.html
+1
-1
igirl-web/app/front/vues/pages/policyquery/policyquery.js
+1
-1
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.js
+16
-1
No files found.
igirl-web/app/front/entry/public/css/pagecom.css
View file @
8ec9f66c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/entry/public/js/index.js
View file @
8ec9f66c
...
@@ -498,7 +498,11 @@ var app = new Vue({
...
@@ -498,7 +498,11 @@ var app = new Vue({
methods
:
{
methods
:
{
areachoice
(
name
)
{
areachoice
(
name
)
{
this
.
areaName
=
name
.
slice
(
0
,
name
.
indexOf
(
'>'
));
this
.
areaName
=
name
.
slice
(
0
,
name
.
indexOf
(
'>'
));
console
.
log
(
name
.
slice
(
0
,
name
.
indexOf
(
'>'
)))
console
.
log
(
name
.
slice
(
0
,
name
.
indexOf
(
'>'
)));
this
.
$message
({
message
:
'更新省份成功'
,
type
:
'success'
});
},
},
fetchMetaData
(
cbk
)
{
fetchMetaData
(
cbk
)
{
if
(
global_rsconfig
)
{
if
(
global_rsconfig
)
{
...
...
igirl-web/app/front/vues/pages/declare/declare.js
View file @
8ec9f66c
...
@@ -250,6 +250,23 @@
...
@@ -250,6 +250,23 @@
}
}
},
},
computed
:
{
getSearchKey
(){
return
this
.
$root
.
areaName
}
},
watch
:
{
getSearchKey
:
{
handler
(
newValue
,
oldValue
){
console
.
log
(
'new'
,
newValue
);
console
.
log
(
'old'
,
oldValue
);
this
.
zcPost
()
}
}
},
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
)];
...
@@ -454,7 +471,8 @@
...
@@ -454,7 +471,8 @@
"policydomain"
:
this
.
input7
,
"policydomain"
:
this
.
input7
,
"fieldtext"
:
this
.
input8
,
"fieldtext"
:
this
.
input8
,
"year"
:
this
.
input9
,
"year"
:
this
.
input9
,
"address"
:
this
.
areaName
"address"
:
this
.
$root
.
areaName
}).
then
(
d
=>
{
}).
then
(
d
=>
{
console
.
log
(
d
,
'---------------------------------'
);
console
.
log
(
d
,
'---------------------------------'
);
var
data
=
d
.
data
.
data
;
var
data
=
d
.
data
.
data
;
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.css
View file @
8ec9f66c
...
@@ -597,4 +597,11 @@
...
@@ -597,4 +597,11 @@
}
}
.policylist-qr
>
img
{
.policylist-qr
>
img
{
vertical-align
:
middle
;
vertical-align
:
middle
;
}
.policylist-baowei
{
margin-left
:
15px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
width
:
85%
;
overflow
:
hidden
;
}
}
\ No newline at end of file
igirl-web/app/front/vues/pages/policyquery/policyquery.html
View file @
8ec9f66c
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
style=
"dispaly:line-block;color:#fff;background-color: #FFA940"
>
开放申报中
</span></div>
style=
"dispaly:line-block;color:#fff;background-color: #FFA940"
>
开放申报中
</span></div>
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==2"
>
<span
<div
style=
"margin-left: -10px;"
v-if=
"i.app_status==2"
>
<span
style=
"dispaly:line-block;color:#fff;background-color: #597EF7"
>
即将申报
</span></div>
style=
"dispaly:line-block;color:#fff;background-color: #597EF7"
>
即将申报
</span></div>
<div
style=
"margin-left: 15px;
"
>
{{i.name}}
</div>
<div
class=
"policylist-baowei
"
>
{{i.name}}
</div>
</div>
</div>
<div>
<div>
<div
class=
"policylist-conten-items"
><span><img
src=
"/imgs/tuandui.png"
<div
class=
"policylist-conten-items"
><span><img
src=
"/imgs/tuandui.png"
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.js
View file @
8ec9f66c
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
/*this.indexsearch();*/
/*this.indexsearch();*/
}
}
},
},
computed
:
{
computed
:
{
getSearchKey
(){
getSearchKey
(){
return
this
.
$root
.
areaName
return
this
.
$root
.
areaName
}
}
...
...
igirl-web/app/front/vues/pages/projectpublicity/projectpublicity.js
View file @
8ec9f66c
...
@@ -250,6 +250,21 @@
...
@@ -250,6 +250,21 @@
}]
}]
}
}
},
},
computed
:
{
getSearchKey
(){
return
this
.
$root
.
areaName
}
},
watch
:
{
getSearchKey
:
{
handler
(
newValue
,
oldValue
){
console
.
log
(
'new'
,
newValue
);
console
.
log
(
'old'
,
oldValue
);
this
.
zcPost
()
}
}
},
methods
:
{
methods
:
{
rgba
()
{
rgba
()
{
...
@@ -475,7 +490,7 @@
...
@@ -475,7 +490,7 @@
"classification"
:
this
.
input6
,
"classification"
:
this
.
input6
,
"policydomain"
:
this
.
input7
,
"policydomain"
:
this
.
input7
,
"year"
:
this
.
input9
,
"year"
:
this
.
input9
,
"address"
:
this
.
areaName
"address"
:
this
.
$root
.
areaName
}).
then
(
d
=>
{
}).
then
(
d
=>
{
console
.
log
(
d
,
'---------------------------------'
);
console
.
log
(
d
,
'---------------------------------'
);
var
data
=
d
.
data
.
data
;
var
data
=
d
.
data
.
data
;
...
...
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